Disable salsa accumulation

This commit is contained in:
Lukas Wirth 2025-11-17 16:11:06 +01:00
parent 5107faaae7
commit 309de025bf

View File

@ -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"