about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-05-18 15:25:34 -0400
committerNiko Matsakis <niko@alum.mit.edu>2018-05-18 15:58:23 -0400
commit7ed0fd76998be8e537fa985c9ec52d3c22844e6e (patch)
treed9eeb99e545b75cefe7fa936265c610b03ab9be2 /src/librustc_data_structures
parenta722296b6ec17fecd3f16a7d3f9232b83e5de800 (diff)
downloadrust-7ed0fd76998be8e537fa985c9ec52d3c22844e6e.tar.gz
rust-7ed0fd76998be8e537fa985c9ec52d3c22844e6e.zip
use `reset_unifications` instead of creating new unification table
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 6f1cbcad2f4..bb1fb84a0ce 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -9,7 +9,7 @@ path = "lib.rs"
 crate-type = ["dylib"]
 
 [dependencies]
-ena = "0.9.1"
+ena = "0.9.3"
 log = "0.4"
 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
 serialize = { path = "../libserialize" }