Skip to content

Commit 33a4fe8

Browse files
authored
Merge pull request #1 from cormacrelf/adoc-diff-zero
Resolve most of the issues with config.rs
2 parents 4196ad5 + 568ee9a commit 33a4fe8

File tree

4 files changed

+423
-365
lines changed

4 files changed

+423
-365
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ triomphe.workspace = true
4747
toml = "0.8.8"
4848
nohash-hasher.workspace = true
4949
always-assert = "0.1.2"
50+
indexmap = { version = "2.0.0", features = ["serde"] }
5051

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
5253
# in our transitive deps to prevent them from pulling in windows-sys 0.45.0
5354
mio = "=0.8.5"
5455
parking_lot_core = "=0.9.6"

0 commit comments

Comments
 (0)