We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172da25 commit 568ee9aCopy full SHA for 568ee9a
crates/rust-analyzer/Cargo.toml
@@ -47,12 +47,12 @@ triomphe.workspace = true
47
toml = "0.8.8"
48
nohash-hasher.workspace = true
49
always-assert = "0.1.2"
50
+indexmap = { version = "2.0.0", features = ["serde"] }
51
-# These 3 deps are not used by r-a directly, but we list them here to lock in their versions
52
+# These 2 deps are not used by r-a directly, but we list them here to lock in their versions
53
# in our transitive deps to prevent them from pulling in windows-sys 0.45.0
54
mio = "=0.8.5"
55
parking_lot_core = "=0.9.6"
-indexmap = { version = "2.0.0", features = ["serde"] }
56
57
cfg.workspace = true
58
flycheck.workspace = true
0 commit comments