Skip to content

Commit e879f8b

Browse files
committed
update salsa
reflects the change in mtshiba/salsa@9333447
1 parent e7b0dc5 commit e879f8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -146,7 +146,7 @@ regex-automata = { version = "0.4.9" }
146146
rustc-hash = { version = "2.0.0" }
147147
rustc-stable-hash = { version = "0.1.2" }
148148
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
149-
salsa = { git = "https://github.com/mtshiba/salsa.git", rev = "aeb592d2c143b9c4d1747e5223371ac6b43b12ac", default-features = false, features = [
149+
salsa = { git = "https://github.com/mtshiba/salsa.git", rev = "9333447c568e5095a1376164ddaeb8135692b253", default-features = false, features = [
150150
"compact_str",
151151
"macros",
152152
"salsa_unstable",

fuzz/Cargo.toml

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

3232
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
33-
salsa = { git = "https://github.com/mtshiba/salsa.git", rev = "aeb592d2c143b9c4d1747e5223371ac6b43b12ac", default-features = false, features = [
33+
salsa = { git = "https://github.com/mtshiba/salsa.git", rev = "9333447c568e5095a1376164ddaeb8135692b253", default-features = false, features = [
3434
"compact_str",
3535
"macros",
3636
"salsa_unstable",

0 commit comments

Comments
 (0)