Skip to content

Commit aaeb3dc

Browse files
Update salsa digest to b660ce9
1 parent 1fe1c5f commit aaeb3dc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ regex-syntax = { version = "0.8.8" }
154154
rustc-hash = { version = "2.0.0" }
155155
rustc-stable-hash = { version = "0.1.2" }
156156
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
157-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "2f687a17ceea8ec7aaa605561ccbde938ccef086", default-features = false, features = [
157+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "b660ce94bc38ce4ebeed3d63200f50f5124ea2bf", default-features = false, features = [
158158
"compact_str",
159159
"macros",
160160
"salsa_unstable",

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ty_python_semantic = { path = "../crates/ty_python_semantic" }
3131
ty_vendored = { path = "../crates/ty_vendored" }
3232

3333
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
34-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "2f687a17ceea8ec7aaa605561ccbde938ccef086", default-features = false, features = [
34+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "b660ce94bc38ce4ebeed3d63200f50f5124ea2bf", default-features = false, features = [
3535
"compact_str",
3636
"macros",
3737
"salsa_unstable",

0 commit comments

Comments
 (0)