Skip to content

Commit 43ff9e3

Browse files
committed
TEMPORARY: git commit updates for salsa and get-size2
This commit is a hack to get this branch working pending these two upstream PRs: salsa-rs/salsa#1033 bircni/get-size2#40
1 parent e2b72fb commit 43ff9e3

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 7 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
@@ -88,7 +88,7 @@ etcetera = { version = "0.11.0" }
8888
fern = { version = "0.7.0" }
8989
filetime = { version = "0.2.23" }
9090
getrandom = { version = "0.3.1" }
91-
get-size2 = { version = "0.7.0", features = [
91+
get-size2 = { git = "https://github.com/bircni/get-size2", rev = "44abe51b60319ec159aa1d4341b7da3b760a32ef", features = [
9292
"derive",
9393
"smallvec",
9494
"hashbrown",
@@ -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/salsa-rs/salsa.git", rev = "59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0", default-features = false, features = [
149+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "86853985ca9ebdffe6ab01a3d26c265f6474b474", 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/salsa-rs/salsa.git", rev = "59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0", default-features = false, features = [
33+
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "86853985ca9ebdffe6ab01a3d26c265f6474b474", default-features = false, features = [
3434
"compact_str",
3535
"macros",
3636
"salsa_unstable",

0 commit comments

Comments
 (0)