about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-10-24 20:20:10 +0200
committerGitHub <noreply@github.com>2019-10-24 20:20:10 +0200
commitfd6795b46a249d33c0127f77e08019b401a67fc5 (patch)
tree6084f5b470bd327f3e1e1abad03d0d974f161e8f /src/libstd
parent7b3896fdf2ebf3f5e466b6d4147c0451bae2909f (diff)
parent060b6cbe74f65b8d517c4d4936f4a361f3e4287d (diff)
downloadrust-fd6795b46a249d33c0127f77e08019b401a67fc5.tar.gz
rust-fd6795b46a249d33c0127f77e08019b401a67fc5.zip
Rollup merge of #65766 - alexcrichton:less-inline-hashbrown, r=Mark-Simulacrum
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.toml2
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"