diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 16:09:40 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 16:27:08 -0700 |
| commit | 1f5e1c5efa7f7da073b4c06b87f9516eb75a2400 (patch) | |
| tree | 0781e49c4c866ef2f13d30fd5948a72a9717ab87 /src/tools/rustc-workspace-hack | |
| parent | 27ef719aa4e2abc09ad53eb08993532afbb348f0 (diff) | |
| download | rust-1f5e1c5efa7f7da073b4c06b87f9516eb75a2400.tar.gz rust-1f5e1c5efa7f7da073b4c06b87f9516eb75a2400.zip | |
Use latest crossbeam
Diffstat (limited to 'src/tools/rustc-workspace-hack')
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 5776d56d187..96e5db45efc 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -63,7 +63,7 @@ features = [ [dependencies] byteorder = { version = "1", features = ['default', 'std'] } curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true } -crossbeam-utils = { version = "0.7.2", features = ["nightly"] } +crossbeam-utils = { version = "0.8.0", features = ["nightly"] } libc = { version = "0.2.79", features = ["align"] } # Ensure default features of libz-sys, which are disabled in some scenarios. libz-sys = { version = "1.1.2" } |
