Skip to content

Commit

Permalink
Merge pull request #67 from moka-rs/crossbeam-ch-0.5.2
Browse files Browse the repository at this point in the history
Update the minimum version of crossbeam-channel from v0.5.0 to v0.5.2
  • Loading branch information
tatsuya6502 authored Jan 11, 2022
2 parents 6c6355b + 7bfc74f commit 6ebffd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ future = ["async-io", "async-lock", "futures-util"]
atomic64 = []

[dependencies]
crossbeam-channel = "0.5"
# It will be safer to use 0.5.2 or newer, as 0.5.2 addressed some stacked
# borrow violations found by Miri.
# https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-channel/CHANGELOG.md#version-052
crossbeam-channel = "0.5.2"
crossbeam-utils = "0.8"
moka-cht = "0.4.2"
num_cpus = "1.13"
Expand Down

0 comments on commit 6ebffd8

Please sign in to comment.