From 1fa7a21534bde7315bc78be970a342262ddf7a58 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 7 Feb 2019 12:08:05 +0100 Subject: Make libstd depend on the hashbrown crate --- src/libstd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd') diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 86ad334d886..83aee507f32 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -22,6 +22,7 @@ libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of compiler_builtins = { version = "0.1.9" } profiler_builtins = { path = "../libprofiler_builtins", optional = true } unwind = { path = "../libunwind" } +hashbrown = { version = "0.2.0", features = ['rustc-dep-of-std'] } rustc-demangle = { version = "0.1.10", features = ['rustc-dep-of-std'] } backtrace-sys = { version = "0.1.24", features = ["rustc-dep-of-std"], optional = true } -- cgit 1.4.1-3-g733a5