diff options
| author | bors <bors@rust-lang.org> | 2018-05-29 10:18:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-05-29 10:18:35 +0000 |
| commit | 61f35e507a56dcdce88bfce99bb2d1eeacb0e9d1 (patch) | |
| tree | c605457cfc905fa6fbc891b1ffa8da92c0d37f0e /src/librustc_data_structures | |
| parent | 4f6d9bf2099c83f365bb0b3cf02091b4737c2052 (diff) | |
| parent | 7ebd4d637dd9f2e13f3903f87e19932f42d2e0a8 (diff) | |
| download | rust-61f35e507a56dcdce88bfce99bb2d1eeacb0e9d1.tar.gz rust-61f35e507a56dcdce88bfce99bb2d1eeacb0e9d1.zip | |
Auto merge of #51019 - Zoxc:hash-bytes, r=michaelwoerister
Hash up to 8 bytes at once with FxHasher r? @michaelwoerister
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index c2b1130b75a..15956829ff9 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -17,7 +17,7 @@ cfg-if = "0.1.2" stable_deref_trait = "1.0.0" parking_lot_core = "0.2.8" rustc-rayon = "0.1.0" -rustc-hash = "1.0.0" +rustc-hash = "1.0.1" [dependencies.parking_lot] version = "0.5" |
