X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frustc_hir%2FCargo.toml;h=41c63440ba3cd86f72d5e055dd5bcd73c6fbcf00;hb=1a1f525bb0d9897673b2445122ffd6f7aa265c9e;hp=3b6e6db72d1f7128e42a099c2c2fef6001e9c5f1;hpb=19d9a147bef8dfaf5c718c0cb4008accd86e7a5e;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"] }