Skip to content

Commit 457a162

Browse files
committed
Use elsa =1.7.1 as 1.8.0 was an accidental copy of 1.7.0
1 parent 54214c8 commit 457a162

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
@@ -1418,9 +1418,9 @@ dependencies = [
14181418

14191419
[[package]]
14201420
name = "elsa"
1421-
version = "1.8.0"
1421+
version = "1.7.1"
14221422
source = "registry+https://github.com/rust-lang/crates.io-index"
1423-
checksum = "f74077c3c3aedb99a2683919698285596662518ea13e5eedcf8bdd43b0d0453b"
1423+
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
14241424
dependencies = [
14251425
"stable_deref_trait",
14261426
]

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stacker = "0.1.15"
3232
tempfile = "3.2"
3333
thin-vec = "0.2.12"
3434
tracing = "0.1"
35-
elsa = "1.8"
35+
elsa = "=1.7.1"
3636

3737
[dependencies.parking_lot]
3838
version = "0.11"

0 commit comments

Comments
 (0)