We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54214c8 commit 457a162Copy full SHA for 457a162
Cargo.lock
@@ -1418,9 +1418,9 @@ dependencies = [
1418
1419
[[package]]
1420
name = "elsa"
1421
-version = "1.8.0"
+version = "1.7.1"
1422
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
-checksum = "f74077c3c3aedb99a2683919698285596662518ea13e5eedcf8bdd43b0d0453b"
+checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
1424
dependencies = [
1425
"stable_deref_trait",
1426
]
compiler/rustc_data_structures/Cargo.toml
@@ -32,7 +32,7 @@ stacker = "0.1.15"
32
tempfile = "3.2"
33
thin-vec = "0.2.12"
34
tracing = "0.1"
35
-elsa = "1.8"
+elsa = "=1.7.1"
36
37
[dependencies.parking_lot]
38
version = "0.11"
0 commit comments