diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2019-09-20 11:23:47 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2019-09-20 11:24:30 +1000 |
| commit | 3eae7f6291677fea37bcf91fd42e435803eabebf (patch) | |
| tree | 96698f24e32c90dd68afbacbfb6984fe1c0016e5 /src/librustc_data_structures | |
| parent | acf7d4dcdba4046917c61aab141c1dec25669ce9 (diff) | |
| download | rust-3eae7f6291677fea37bcf91fd42e435803eabebf.tar.gz rust-3eae7f6291677fea37bcf91fd42e435803eabebf.zip | |
Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function.
This is a big speed win for `keccak` and `inflate`.
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 be9f79c83bb..ae3403cf0ce 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -10,7 +10,7 @@ path = "lib.rs" doctest = false [dependencies] -ena = "0.13" +ena = "0.13.1" indexmap = "1" log = "0.4" jobserver_crate = { version = "0.1.13", package = "jobserver" } |
