]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/Cargo.toml
Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser
[rust.git] / compiler / rustc_hir / Cargo.toml
index d41b81f8f217d53856ac1b5e3ad0a5a12b715c7e..61b941fd756fc6045a5069b081099768cbf45a0b 100644 (file)
@@ -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"] }