Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/lsp-server/Cargo.toml')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index a89eb4b144..fb3411c8ab 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -10,11 +10,11 @@ edition = "2021" log = "0.4.17" serde_json = "1.0.108" serde = { version = "1.0.192", features = ["derive"] } -crossbeam-channel = "0.5.8" +crossbeam-channel.workspace = true [dev-dependencies] lsp-types = "=0.95" ctrlc = "3.4.1" [lints] -workspace = true
\ No newline at end of file +workspace = true |