diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2018-11-02 19:46:59 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2018-11-25 17:54:04 +1100 |
| commit | 1e34dfce6f49b5bef0da31a8abe34e753c3af513 (patch) | |
| tree | 825703fa1037e57bf1809be48132c8777d29b302 /src/librustc_data_structures | |
| parent | 37961dbd2d84a29be49007a5770b96e296f5f349 (diff) | |
| download | rust-1e34dfce6f49b5bef0da31a8abe34e753c3af513.tar.gz rust-1e34dfce6f49b5bef0da31a8abe34e753c3af513.zip | |
Update to `ena` 0.11.0.
This version has some significant speed-ups relating to snapshotting.
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 5b3dd38adf2..188919d0633 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.10.1" +ena = "0.11" log = "0.4" rustc_cratesio_shim = { path = "../librustc_cratesio_shim" } serialize = { path = "../libserialize" } |
