Skip to content

Commit 3c40e38

Browse files
authored
Rollup merge of #124818 - compiler-errors:ena, r=Mark-Simulacrum
Update ena to 0.14.3 Includes rust-lang/ena#53, which removes a trivial `Self: Sized` bound that prevents `ena` from building on the new solver.
2 parents f73f266 + 2af0871 commit 3c40e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1218,9 +1218,9 @@ dependencies = [
12181218

12191219
[[package]]
12201220
name = "ena"
1221-
version = "0.14.2"
1221+
version = "0.14.3"
12221222
source = "registry+https://github.com/rust-lang/crates.io-index"
1223-
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
1223+
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
12241224
dependencies = [
12251225
"log",
12261226
]

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false }
99
bitflags = "2.4.1"
1010
either = "1.0"
1111
elsa = "=1.7.1"
12-
ena = "0.14.2"
12+
ena = "0.14.3"
1313
indexmap = { version = "2.0.0" }
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }
1515
libc = "0.2"

0 commit comments

Comments
 (0)