X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir%2FCargo.toml;h=61b941fd756fc6045a5069b081099768cbf45a0b;hb=60e70cc909f84e84ed3bca3fe3459ddceefdd08c;hp=c92551c29307b9d75b4a4e3914a921e0deadfac0;hpb=352ad622656ee3a8d8362cb92f5b608a13bc14f5;p=rust.git diff --git a/compiler/rustc_hir/Cargo.toml b/compiler/rustc_hir/Cargo.toml index c92551c2930..61b941fd756 100644 --- a/compiler/rustc_hir/Cargo.toml +++ b/compiler/rustc_hir/Cargo.toml @@ -17,3 +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"] }