X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir%2FCargo.toml;h=61b941fd756fc6045a5069b081099768cbf45a0b;hb=60e70cc909f84e84ed3bca3fe3459ddceefdd08c;hp=d41b81f8f217d53856ac1b5e3ad0a5a12b715c7e;hpb=e7bc41176e19930e4c3de355ae53bb915306f299;p=rust.git diff --git a/compiler/rustc_hir/Cargo.toml b/compiler/rustc_hir/Cargo.toml index d41b81f8f21..61b941fd756 100644 --- a/compiler/rustc_hir/Cargo.toml +++ b/compiler/rustc_hir/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Rust Project Developers"] name = "rustc_hir" version = "0.0.0" edition = "2018" @@ -18,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"] }