use crates io version

This commit is contained in:
hamidreza kalbasi 2021-09-26 10:39:23 +03:30
parent 48bebeaa32
commit 13d36e96c2
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -862,8 +862,9 @@ dependencies = [
[[package]]
name = "lsp-types"
version = "0.89.2"
source = "git+https://github.com/gluon-lang/lsp-types#6b43b1f7184ab379f0a6f89673bb10a8de11d12f"
version = "0.90.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7404037aab080771c90b0a499836d9d8a10336ecd07badf969567b65c6d51a1"
dependencies = [
"bitflags",
"serde",

View file

@ -22,7 +22,7 @@ crossbeam-channel = "0.5.0"
dissimilar = "1.0.2"
itertools = "0.10.0"
jod-thread = "0.1.0"
lsp-types = { git = "https://github.com/gluon-lang/lsp-types", features = ["proposed"] }
lsp-types = { version = "0.90.0", features = ["proposed"] }
parking_lot = "0.11.0"
xflags = "0.2.1"
oorandom = "11.1.2"