diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-05-18 15:25:34 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-05-18 15:58:23 -0400 |
| commit | 7ed0fd76998be8e537fa985c9ec52d3c22844e6e (patch) | |
| tree | d9eeb99e545b75cefe7fa936265c610b03ab9be2 /src/librustc_data_structures | |
| parent | a722296b6ec17fecd3f16a7d3f9232b83e5de800 (diff) | |
| download | rust-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.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 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" } |
