X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir%2FCargo.toml;h=41c63440ba3cd86f72d5e055dd5bcd73c6fbcf00;hb=22f1ad75e95500b3cab1d07c80d04c34d0f15f96;hp=3b6e6db72d1f7128e42a099c2c2fef6001e9c5f1;hpb=36db65879652ddd69a20f8939611ff4201318947;p=rust.git diff --git a/compiler/rustc_hir/Cargo.toml b/compiler/rustc_hir/Cargo.toml index 3b6e6db72d1..41c63440ba3 100644 --- a/compiler/rustc_hir/Cargo.toml +++ b/compiler/rustc_hir/Cargo.toml @@ -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.3.0", features = ["nightly"] } +odht = { version = "0.3.1", features = ["nightly"] }