Unnamed repository; edit this file 'description' to name the repository.
Disable salsa accumulation
Lukas Wirth 5 months ago
parent 5107faa · commit 309de02
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ecb2686a22..c02304a6c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -134,10 +134,11 @@ rayon = "1.10.0"
rowan = "=0.15.15"
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
# on impls without it
-salsa = { version = "0.24.0", default-features = true, features = [
+salsa = { version = "0.24.0", default-features = false, features = [
"rayon",
"salsa_unstable",
"macros",
+ "inventory",
] }
salsa-macros = "0.24.0"
semver = "1.0.26"