Compare commits

...

2 Commits

Author SHA1 Message Date
Micha Reiser
50ac0c31b6 Bump version again 2025-12-31 15:15:12 +01:00
Micha Reiser
3791d6e08c Bump salsa version 2025-12-30 19:04:14 +01:00
3 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -3643,7 +3643,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "salsa"
version = "0.25.2"
source = "git+https://github.com/salsa-rs/salsa.git?rev=309c249088fdeef0129606fa34ec2eefc74736ff#309c249088fdeef0129606fa34ec2eefc74736ff"
source = "git+https://github.com/salsa-rs/salsa.git?rev=56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43#56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43"
dependencies = [
"boxcar",
"compact_str",
@@ -3668,12 +3668,12 @@ dependencies = [
[[package]]
name = "salsa-macro-rules"
version = "0.25.2"
source = "git+https://github.com/salsa-rs/salsa.git?rev=309c249088fdeef0129606fa34ec2eefc74736ff#309c249088fdeef0129606fa34ec2eefc74736ff"
source = "git+https://github.com/salsa-rs/salsa.git?rev=56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43#56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43"
[[package]]
name = "salsa-macros"
version = "0.25.2"
source = "git+https://github.com/salsa-rs/salsa.git?rev=309c249088fdeef0129606fa34ec2eefc74736ff#309c249088fdeef0129606fa34ec2eefc74736ff"
source = "git+https://github.com/salsa-rs/salsa.git?rev=56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43#56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -138,7 +138,7 @@ pep440_rs = { version = "0.7.1" }
pretty_assertions = "1.3.0"
proc-macro2 = { version = "1.0.79" }
pyproject-toml = { version = "0.13.4" }
quickcheck = { version = "1.0.3", default-features = false}
quickcheck = { version = "1.0.3", default-features = false }
quickcheck_macros = { version = "1.0.0" }
quick-junit = { version = "0.5.0" }
quote = { version = "1.0.23" }
@@ -149,7 +149,7 @@ regex-automata = { version = "0.4.9" }
rustc-hash = { version = "2.0.0" }
rustc-stable-hash = { version = "0.1.2" }
# When updating salsa, make sure to also update the revision in `fuzz/Cargo.toml`
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "309c249088fdeef0129606fa34ec2eefc74736ff", default-features = false, features = [
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43", default-features = false, features = [
"compact_str",
"macros",
"salsa_unstable",

View File

@@ -31,7 +31,7 @@ ty_python_semantic = { path = "../crates/ty_python_semantic" }
ty_vendored = { path = "../crates/ty_vendored" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "309c249088fdeef0129606fa34ec2eefc74736ff", default-features = false, features = [
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "56c62b9bb78af0a99ab4d0ddec7e05c12aaa4a43", default-features = false, features = [
"compact_str",
"macros",
"salsa_unstable",