Replace lsp-types in helix-lsp with helix-lsp-types

This commit is contained in:
Michael Davis 2024-07-27 12:19:57 -04:00
parent 7793031aa6
commit e21e4eb825
No known key found for this signature in database
5 changed files with 20 additions and 32 deletions

15
Cargo.lock generated
View file

@ -1393,10 +1393,10 @@ dependencies = [
"globset",
"helix-core",
"helix-loader",
"helix-lsp-types",
"helix-parsec",
"helix-stdx",
"log",
"lsp-types",
"parking_lot",
"serde",
"serde_json",
@ -1732,19 +1732,6 @@ version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "lsp-types"
version = "0.95.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
dependencies = [
"bitflags 1.3.2",
"serde",
"serde_json",
"serde_repr",
"url",
]
[[package]]
name = "memchr"
version = "2.6.3"