Skip to content

Commit aca875d

Browse files
authored
Merge pull request rust-lang#22525 from Veykril/push-wympnqnklmvy
Bump salsa
2 parents 9b9f59c + 32f80bb commit aca875d

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ rayon = "1.10.0"
135135
rowan = "=0.15.18"
136136
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
137137
# on impls without it
138-
salsa = { version = "0.26.2", default-features = false, features = [
138+
salsa = { version = "0.27.0", default-features = false, features = [
139139
"rayon",
140140
"salsa_unstable",
141141
"macros",
142142
"inventory",
143143
] }
144-
salsa-macros = "0.26.2"
144+
salsa-macros = "0.27.0"
145145
semver = "1.0.26"
146146
serde = { version = "1.0.219" }
147147
serde_derive = { version = "1.0.219" }

0 commit comments

Comments
 (0)