Skip to content

Commit 820bfff

Browse files
committed
Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obk
Upgrade elsa to the newest version. This was locked to 1.7.1 because of an error in the elsa release process that has since been fixed. Upgrading has the advantage that the elsa code runs properly in miri, at least with tree borrows. This was spawned from #135870 (comment)
2 parents 07179d5 + 1b8a792 commit 820bfff

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
@@ -1098,9 +1098,9 @@ dependencies = [
10981098

10991099
[[package]]
11001100
name = "elsa"
1101-
version = "1.7.1"
1101+
version = "1.11.0"
11021102
source = "registry+https://github.com/rust-lang/crates.io-index"
1103-
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
1103+
checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
11041104
dependencies = [
11051105
"stable_deref_trait",
11061106
]

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
arrayvec = { version = "0.7", default-features = false }
99
bitflags = "2.4.1"
1010
either = "1.0"
11-
elsa = "=1.7.1"
11+
elsa = "1.11.0"
1212
ena = "0.14.3"
1313
indexmap = "2.4.0"
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }

0 commit comments

Comments
 (0)