Skip to content
/ rust Public
forked from rust-lang/rust

Commit e2dbda5

Browse files
authored
Rollup merge of rust-lang#136094 - davidv1992:upgrade-elsa, r=Mark-Simulacrum
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 rust-lang#135870 (comment)
2 parents 87b8c21 + 3e34d4c commit e2dbda5

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
@@ -1095,9 +1095,9 @@ dependencies = [
10951095

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

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.10.0"
1212
ena = "0.14.3"
1313
indexmap = { version = "2.4.0", features = ["rustc-rayon"] }
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }

0 commit comments

Comments
 (0)