Skip to content

Commit 09a3888

Browse files
committed
use salsa for the config tree
1 parent ce341dc commit 09a3888

File tree

5 files changed

+147
-312
lines changed

5 files changed

+147
-312
lines changed

Cargo.lock

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ nohash-hasher = "0.2.0"
100100
text-size = "1.1.0"
101101
serde = { version = "1.0.156", features = ["derive"] }
102102
serde_json = "1.0.96"
103+
salsa = "0.17.0-pre.2"
103104
triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
104105
# can't upgrade due to dashmap depending on 0.12.3 currently
105106
hashbrown = { version = "0.12.3", features = [

crates/base-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15-
salsa = "0.17.0-pre.2"
15+
salsa.workspace = true
1616
rustc-hash = "1.1.0"
1717

1818
triomphe.workspace = true

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ toolchain.workspace = true
7575
vfs-notify.workspace = true
7676
vfs.workspace = true
7777
la-arena.workspace = true
78-
indextree = "4.6.0"
79-
slotmap = "1.0.7"
78+
salsa.workspace = true
8079

8180
[target.'cfg(windows)'.dependencies]
8281
winapi = "0.3.9"

0 commit comments

Comments
 (0)