Skip to content

Commit 309de02

Browse files
committed
Disable salsa accumulation
1 parent 5107faa commit 309de02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ rayon = "1.10.0"
134134
rowan = "=0.15.15"
135135
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
136136
# on impls without it
137-
salsa = { version = "0.24.0", default-features = true, features = [
137+
salsa = { version = "0.24.0", default-features = false, features = [
138138
"rayon",
139139
"salsa_unstable",
140140
"macros",
141+
"inventory",
141142
] }
142143
salsa-macros = "0.24.0"
143144
semver = "1.0.26"

0 commit comments

Comments
 (0)