Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 42c1c75

Browse files
committed
use published version of languageserver-types
1 parent addb8b5 commit 42c1c75

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env_logger = "0.5"
1717
failure = "0.1.1"
1818
itertools = "0.7.3"
1919
jsonrpc-core = "8.0.1"
20-
languageserver-types = "0.44"
20+
languageserver-types = "0.45"
2121
lazy_static = "1"
2222
log = "0.4"
2323
num_cpus = "1"
@@ -44,6 +44,3 @@ json = "0.11"
4444
[features]
4545
default = []
4646
clippy = ["clippy_lints"]
47-
48-
[patch.crates-io]
49-
languageserver-types = { git = 'https://github.com/dgriffen/languageserver-types', branch = 'server-capabilities-3.6' }

0 commit comments

Comments
 (0)