Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser
Update odht crate to 0.3.0 This version of odht contains a potential fix for #89085. r? `@wesleywiser`
This commit is contained in:
@@ -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.2.1", features = ["nightly"] }
|
||||
odht = { version = "0.3.0", features = ["nightly"] }
|
||||
|
||||
@@ -8,7 +8,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
odht = { version = "0.2.1", features = ["nightly"] }
|
||||
odht = { version = "0.3.0", features = ["nightly"] }
|
||||
snap = "1"
|
||||
tracing = "0.1"
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
|
||||
Reference in New Issue
Block a user