Skip to content

Commit

Permalink
Merge pull request #100 from moka-rs/crossbeam-channel-0.5.4
Browse files Browse the repository at this point in the history
Update the minimum depending version of crossbeam-channel to v0.5.4
  • Loading branch information
tatsuya6502 authored Mar 20, 2022
2 parents de06735 + 820241c commit 06fb15a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Version 0.8.0

### Changed

- Update the minimum depending version of crossbeam-channel from v0.5.2 to v0.5.4.
([#100][gh-pull-0100])


## Version 0.7.2

Expand Down Expand Up @@ -239,6 +244,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (2021-03-25).
[gh-issue-0038]: https://github.com/moka-rs/moka/issues/38/
[gh-issue-0031]: https://github.com/moka-rs/moka/issues/31/

[gh-pull-0100]: https://github.com/moka-rs/moka/pull/100/
[gh-pull-0086]: https://github.com/moka-rs/moka/pull/86/
[gh-pull-0084]: https://github.com/moka-rs/moka/pull/84/
[gh-pull-0083]: https://github.com/moka-rs/moka/pull/83/
Expand Down
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 06fb15a

Please sign in to comment.