Fix incorrect salsa return_ref attribute (#18605)

This commit is contained in:
Micha Reiser
2025-06-11 09:19:57 +02:00
committed by GitHub
parent 5dcfc9f074
commit 3aae1cd59b
4 changed files with 29 additions and 32 deletions

View File

@@ -30,7 +30,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/carljm/salsa.git", rev = "0f6d406f6c309964279baef71588746b8c67b4a3" }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "dc9066d66723d5842fcf78aa5725691a9168703f" }
similar = { version = "2.5.0" }
tracing = { version = "0.1.40" }