Skip to content

Commit 0d7135f

Browse files
authored
[ty] Upgrade Salsa (#25545)
1 parent 49493a3 commit 0d7135f

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 20 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
@@ -158,8 +158,8 @@ regex-automata = { version = "0.4.9" }
158158
regex-syntax = { version = "0.8.8" }
159159
rustc-hash = { version = "2.0.0" }
160160
rustc-stable-hash = { version = "0.1.2" }
161-
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
162-
salsa = { version="0.26.1", default-features = false, features = [
161+
# When updating salsa, make sure to also update the version in `fuzz/Cargo.toml`
162+
salsa = { version = "0.27.0", default-features = false, features = [
163163
"compact_str",
164164
"macros",
165165
"salsa_unstable",

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ty_site_packages = { path = "../crates/ty_site_packages" }
3333
ty_python_core = { path = "../crates/ty_python_core" }
3434

3535
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
36-
salsa = { version="0.26.1", default-features = false, features = [
36+
salsa = { version = "0.27.0", default-features = false, features = [
3737
"compact_str",
3838
"macros",
3939
"salsa_unstable",

0 commit comments

Comments
 (0)