diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-02-20 16:03:27 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-02-24 08:53:27 +1100 |
| commit | d78ca52450f57924285fca86e9dbcd79009ebe5d (patch) | |
| tree | 240cc486a2ed8f865f0743f3f079cc62f0586219 /compiler/rustc_data_structures | |
| parent | 07c993eba8b76eae497e98433ae075b00f01be10 (diff) | |
| download | rust-d78ca52450f57924285fca86e9dbcd79009ebe5d.tar.gz rust-d78ca52450f57924285fca86e9dbcd79009ebe5d.zip | |
Upgrade `ena` to 0.14.1.
To get the small performance improvements from https://github.com/rust-lang/ena/pull/43.
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index decbb6519ba..29cb2c0a33e 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" arrayvec = { version = "0.7", default-features = false } bitflags = "1.2.1" cfg-if = "1.0" -ena = "0.14" +ena = "0.14.1" indexmap = { version = "1.9.1" } jobserver_crate = { version = "0.1.13", package = "jobserver" } libc = "0.2" |
