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 5107faa commit 309de02Copy full SHA for 309de02
Cargo.toml
@@ -134,10 +134,11 @@ rayon = "1.10.0"
134
rowan = "=0.15.15"
135
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
136
# on impls without it
137
-salsa = { version = "0.24.0", default-features = true, features = [
+salsa = { version = "0.24.0", default-features = false, features = [
138
"rayon",
139
"salsa_unstable",
140
"macros",
141
+ "inventory",
142
] }
143
salsa-macros = "0.24.0"
144
semver = "1.0.26"
0 commit comments