Skip to content

Commit 15f315d

Browse files
authored
Upgrade to rustc-stable-hash v0.1.2 (#15268)
This update makes the stable hasher consistent across endianness, fixing cargo's `test_stable_hash` on big-endian targets to match the little-endian expected values. Fixes #15265
2 parents c14c1c0 + b14ecb0 commit 15f315d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rand = "0.9.0"
8181
regex = "1.11.1"
8282
rusqlite = { version = "0.33.0", features = ["bundled"] }
8383
rustc-hash = "2.1.1"
84-
rustc-stable-hash = "0.1.1"
84+
rustc-stable-hash = "0.1.2"
8585
rustfix = { version = "0.9.0", path = "crates/rustfix" }
8686
same-file = "1.0.6"
8787
schemars = "1.0.0-alpha.17"

0 commit comments

Comments
 (0)