Skip to content

Commit

Permalink
Update the minimum depending version of crossbeam-channel to v0.5.4
Browse files Browse the repository at this point in the history
crossbeam-channel v0.5.4 has a workaround for a bug in upstream (rustc or LLVM?)
related to TLS access on AArch64 Linux:
crossbeam-rs/crossbeam#802
  • Loading branch information
tatsuya6502 committed Mar 20, 2022
1 parent de06735 commit a67244d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ atomic64 = []
unstable-debug-counters = ["future"]

[dependencies]
crossbeam-channel = "0.5.2"
crossbeam-channel = "0.5.4"
crossbeam-epoch = "0.8.2"
crossbeam-utils = "0.8"
num_cpus = "1.13"
Expand Down Expand Up @@ -75,6 +75,8 @@ features = ["future"]
# RUSTSEC, etc.
#
# crossbeam-channel:
# - Workaround a bug in upstream related to TLS access on AArch64 Linux:
# - https://github.com/crossbeam-rs/crossbeam/pull/802 (Patched >= 0.5.4)
# - Addressed some stacked borrow violations found by Miri:
# - https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-052 (Patched >= 0.5.2)
#
Expand Down

0 comments on commit a67244d

Please sign in to comment.