about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorMarkus Westerlind <markus.westerlind@distilnetworks.com>2020-02-25 09:47:07 +0100
committerMarkus Westerlind <markus.westerlind@distilnetworks.com>2020-05-05 11:23:54 +0200
commitcaacdd2024cc428f95e4177e63fb66fd3e6f6c20 (patch)
tree08fd8c6de01a160a0f202957308b62302b214b41 /src/librustc_data_structures
parent1506b1fc6a42dda3e56789f43587448cc5bf4a36 (diff)
downloadrust-caacdd2024cc428f95e4177e63fb66fd3e6f6c20.tar.gz
rust-caacdd2024cc428f95e4177e63fb66fd3e6f6c20.zip
Move region_constraint to the unified undo log
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 6d7022acc78..e257ada0629 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.1"
+ena = "0.14"
 indexmap = "1"
 log = "0.4"
 jobserver_crate = { version = "0.1.13", package = "jobserver" }