We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1d735 commit 12c85c6Copy full SHA for 12c85c6
Cargo.lock
@@ -3633,7 +3633,7 @@ version = "0.0.0"
3633
dependencies = [
3634
"bitflags",
3635
"cfg-if",
3636
- "crossbeam-utils 0.6.5",
+ "crossbeam-utils 0.7.0",
3637
"ena",
3638
"graphviz",
3639
"indexmap",
src/librustc_data_structures/Cargo.toml
@@ -18,7 +18,7 @@ lazy_static = "1"
18
rustc_serialize = { path = "../libserialize", package = "serialize" }
19
graphviz = { path = "../libgraphviz" }
20
cfg-if = "0.1.2"
21
-crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
+crossbeam-utils = { version = "0.7", features = ["nightly"] }
22
stable_deref_trait = "1.0.0"
23
rayon = { version = "0.3.0", package = "rustc-rayon" }
24
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
0 commit comments