Skip to content

Commit 8e65a54

Browse files
carljmmaxmynter
authored andcommitted
[DO NOT LAND] bump Salsa version (astral-sh#17176)
Update to latest Salsa main branch, so as to get a baseline for measuring the perf effect of salsa-rs/salsa#786 on red-knot in isolation from other recent changes in Salsa main branch.
1 parent a088186 commit 8e65a54

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Diff for: Cargo.lock

+12-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ rayon = { version = "1.10.0" }
124124
regex = { version = "1.10.2" }
125125
rustc-hash = { version = "2.0.0" }
126126
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
127-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "d758691ba17ee1a60c5356ea90888d529e1782ad" }
127+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "395b29d08ad1de0f4f3ac057057219f40e2f6388"}
128128
schemars = { version = "0.8.16" }
129129
seahash = { version = "4.1.0" }
130130
serde = { version = "1.0.197", features = ["derive"] }

Diff for: fuzz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ruff_python_formatter = { path = "../crates/ruff_python_formatter" }
2929
ruff_text_size = { path = "../crates/ruff_text_size" }
3030

3131
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
32-
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "d758691ba17ee1a60c5356ea90888d529e1782ad" }
32+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "395b29d08ad1de0f4f3ac057057219f40e2f6388"}
3333
similar = { version = "2.5.0" }
3434
tracing = { version = "0.1.40" }
3535

0 commit comments

Comments
 (0)