Skip to content

Commit

Permalink
rustc-workspace-hack: Account for upgraded crossbeam-utils 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 4, 2020
1 parent 2f48af0 commit 370be8e
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 @@ -3509,7 +3509,7 @@ dependencies = [
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
"crossbeam-utils 0.6.5",
"crossbeam-utils 0.7.2",
"serde",
"serde_json",
"smallvec 0.6.10",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ features = [

[dependencies]
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
serde = { version = "1.0.82", features = ['derive'] }
serde_json = { version = "1.0.31", features = ["raw_value"] }
smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
Expand Down

0 comments on commit 370be8e

Please sign in to comment.