diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2019-02-07 12:08:05 +0100 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2019-04-24 06:54:14 +0800 |
| commit | 1fa7a21534bde7315bc78be970a342262ddf7a58 (patch) | |
| tree | bfad0820f65e2fd60b1677520fe094371a8cf943 /src/libstd | |
| parent | 556fc40a95be2ea20e33ad34c32598cf2e3edf72 (diff) | |
| download | rust-1fa7a21534bde7315bc78be970a342262ddf7a58.tar.gz rust-1fa7a21534bde7315bc78be970a342262ddf7a58.zip | |
Make libstd depend on the hashbrown crate
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
