about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorNicholas Nethercote <nnethercote@mozilla.com>2019-09-20 11:23:47 +1000
committerNicholas Nethercote <nnethercote@mozilla.com>2019-09-20 11:24:30 +1000
commit3eae7f6291677fea37bcf91fd42e435803eabebf (patch)
tree96698f24e32c90dd68afbacbfb6984fe1c0016e5 /src/librustc_data_structures
parentacf7d4dcdba4046917c61aab141c1dec25669ce9 (diff)
downloadrust-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.toml2
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" }