diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-10-24 08:07:03 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-10-24 08:07:03 -0700 |
| commit | 060b6cbe74f65b8d517c4d4936f4a361f3e4287d (patch) | |
| tree | 89900fed18cd893db41ae49d532d6b687aabf018 /src/libstd | |
| parent | 8e0007f829661e57d008d2e908c95f6e84b04b25 (diff) | |
| download | rust-060b6cbe74f65b8d517c4d4936f4a361f3e4287d.tar.gz rust-060b6cbe74f65b8d517c4d4936f4a361f3e4287d.zip | |
Update hashbrown to 0.6.2
Pulls in rust-lang/hashbrown#119 which should be a good improvement for compile times of hashmap-heavy crates.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 5309af6f4c3..efe5c9d28f0 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -23,7 +23,7 @@ libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of compiler_builtins = { version = "0.1.16" } profiler_builtins = { path = "../libprofiler_builtins", optional = true } unwind = { path = "../libunwind" } -hashbrown = { version = "0.6.1", default-features = false, features = ['rustc-dep-of-std'] } +hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-dep-of-std'] } [dependencies.backtrace_rs] package = "backtrace" |
