diff options
| author | bors <bors@rust-lang.org> | 2024-05-12 13:47:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-12 13:47:29 +0000 |
| commit | 75d531d18c2402ff62060ba475d3d4f696d77e12 (patch) | |
| tree | f3ada808f56974250673700372722ba24596027f /compiler/rustc_data_structures | |
| parent | 14ced80892b94cc19030bfb169ffd145e09a8462 (diff) | |
| parent | 1e7fba9e06965b6db8a173cb497068401eea3bae (diff) | |
| download | rust-75d531d18c2402ff62060ba475d3d4f696d77e12.tar.gz rust-75d531d18c2402ff62060ba475d3d4f696d77e12.zip | |
Auto merge of #3602 - RalfJung:rustup, r=RalfJung
Rustup
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 80b6e72e49b..2b61e17efa2 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false } bitflags = "2.4.1" either = "1.0" elsa = "=1.7.1" -ena = "0.14.2" +ena = "0.14.3" indexmap = { version = "2.0.0" } jobserver_crate = { version = "0.1.28", package = "jobserver" } libc = "0.2" |
