Skip to content

Commit e93a2bf

Browse files
committed
Pin lsp-types
1 parent 956b96a commit e93a2bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/rust-analyzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ crossbeam-channel = "0.5.5"
2323
dissimilar = "1.0.4"
2424
itertools = "0.10.5"
2525
scip = "0.1.1"
26-
lsp-types = { version = "0.93.2", features = ["proposed"] }
26+
lsp-types = { version = "=0.93.2", features = ["proposed"] }
2727
parking_lot = "0.12.1"
2828
xflags = "0.3.0"
2929
oorandom = "11.1.3"

lib/lsp-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ serde = { version = "1.0.144", features = ["derive"] }
1313
crossbeam-channel = "0.5.6"
1414

1515
[dev-dependencies]
16-
lsp-types = "0.93.2"
16+
lsp-types = "=0.93.2"

0 commit comments

Comments
 (0)