Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dc73bdc

Browse files
michaelwoeristercuviper
authored andcommitted
Update odht crate to 0.3.1 (big-endian bugfix)
(cherry picked from commit 6771ac3)
1 parent 96fd370 commit dc73bdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,9 +2315,9 @@ dependencies = [
23152315

23162316
[[package]]
23172317
name = "odht"
2318-
version = "0.3.0"
2318+
version = "0.3.1"
23192319
source = "registry+https://github.com/rust-lang/crates.io-index"
2320-
checksum = "d2504d29fda40b3f2f9ef525392435ab660e407c188196cb664b116ebcca0142"
2320+
checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
23212321
dependencies = [
23222322
"cfg-if 1.0.0",
23232323
]

compiler/rustc_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
1717
rustc_ast = { path = "../rustc_ast" }
1818
tracing = "0.1"
1919
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
20-
odht = { version = "0.3.0", features = ["nightly"] }
20+
odht = { version = "0.3.1", features = ["nightly"] }

compiler/rustc_metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ doctest = false
88

99
[dependencies]
1010
libc = "0.2"
11-
odht = { version = "0.3.0", features = ["nightly"] }
11+
odht = { version = "0.3.1", features = ["nightly"] }
1212
snap = "1"
1313
tracing = "0.1"
1414
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }

0 commit comments

Comments
 (0)