Skip to content

Commit 12c85c6

Browse files
committed
data_structures: Bump crossbeam_utils to 0.7
This pulls in the build fix for nightly build: crossbeam-rs/crossbeam@5b5d727 Related: rust-lang/rls#1571
1 parent 3b1d735 commit 12c85c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3633,7 +3633,7 @@ version = "0.0.0"
36333633
dependencies = [
36343634
"bitflags",
36353635
"cfg-if",
3636-
"crossbeam-utils 0.6.5",
3636+
"crossbeam-utils 0.7.0",
36373637
"ena",
36383638
"graphviz",
36393639
"indexmap",

src/librustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy_static = "1"
1818
rustc_serialize = { path = "../libserialize", package = "serialize" }
1919
graphviz = { path = "../libgraphviz" }
2020
cfg-if = "0.1.2"
21-
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
21+
crossbeam-utils = { version = "0.7", features = ["nightly"] }
2222
stable_deref_trait = "1.0.0"
2323
rayon = { version = "0.3.0", package = "rustc-rayon" }
2424
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }

0 commit comments

Comments
 (0)