Skip to content

Commit ff31f83

Browse files
committed
Auto merge of #136094 - davidv1992:upgrade-elsa, r=<try>
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 0cc4f4f + 1b8a792 commit ff31f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,9 +1095,9 @@ dependencies = [
10951095

10961096
[[package]]
10971097
name = "elsa"
1098-
version = "1.7.1"
1098+
version = "1.11.0"
10991099
source = "registry+https://github.com/rust-lang/crates.io-index"
1100-
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
1100+
checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
11011101
dependencies = [
11021102
"stable_deref_trait",
11031103
]

Diff for: 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)