Skip to content

Commit

Permalink
Update odht to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Sep 17, 2021
1 parent 66cf8ea commit 4d151d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2323,9 +2323,9 @@ dependencies = [

[[package]]
name = "odht"
version = "0.1.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e547991b4135151428251dbff22e39ab0f766e0f37cc7d78c5343132be295f"
checksum = "0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010"
dependencies = [
"cfg-if 1.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_hir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
rustc_ast = { path = "../rustc_ast" }
tracing = "0.1"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
odht = { version = "0.1", features = ["nightly"] }
odht = { version = "0.2.1", features = ["nightly"] }
2 changes: 1 addition & 1 deletion compiler/rustc_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doctest = false

[dependencies]
libc = "0.2"
odht = { version = "0.1", features = ["nightly"] }
odht = { version = "0.2.1", features = ["nightly"] }
snap = "1"
tracing = "0.1"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
Expand Down

0 comments on commit 4d151d9

Please sign in to comment.