diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-05-24 05:37:40 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-05-28 20:40:31 +0200 |
| commit | 7ebd4d637dd9f2e13f3903f87e19932f42d2e0a8 (patch) | |
| tree | 79af1e13eaa56d883a0c14169737354a60050412 /src/librustc_data_structures | |
| parent | a2c4d4e2f05b7fcca62eef7cf5ce83d51907a6ec (diff) | |
| download | rust-7ebd4d637dd9f2e13f3903f87e19932f42d2e0a8.tar.gz rust-7ebd4d637dd9f2e13f3903f87e19932f42d2e0a8.zip | |
Update rustc-hash to hash up to 8 bytes at once with FxHasher
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" |
