Skip to content

Commit

Permalink
data_structures: Bump crossbeam_utils to 0.7
Browse files Browse the repository at this point in the history
This pulls in the build fix for nightly build:
crossbeam-rs/crossbeam@5b5d727

Related: rust-lang/rls#1571
  • Loading branch information
Xanewok committed Mar 26, 2020
1 parent 3b1d735 commit 12c85c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,7 @@ version = "0.0.0"
dependencies = [
"bitflags",
"cfg-if",
"crossbeam-utils 0.6.5",
"crossbeam-utils 0.7.0",
"ena",
"graphviz",
"indexmap",
Expand Down
2 changes: 1 addition & 1 deletion src/librustc_data_structures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy_static = "1"
rustc_serialize = { path = "../libserialize", package = "serialize" }
graphviz = { path = "../libgraphviz" }
cfg-if = "0.1.2"
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
crossbeam-utils = { version = "0.7", features = ["nightly"] }
stable_deref_trait = "1.0.0"
rayon = { version = "0.3.0", package = "rustc-rayon" }
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
Expand Down

0 comments on commit 12c85c6

Please sign in to comment.