Skip to content

Commit

Permalink
Merge pull request #135 from bastion-rs/dependabot/cargo/crossbeam-ep…
Browse files Browse the repository at this point in the history
…och-0.8

Update crossbeam-epoch requirement from 0.7 to 0.8
  • Loading branch information
vertexclique committed Dec 16, 2019
2 parents 64301d6 + 4bcfae0 commit b561ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unstable = ["numanji", "allocator-suite", "jemallocator"]
[dependencies]
crossbeam-utils = "0.6"
crossbeam-channel = "0.4"
crossbeam-epoch = "0.7"
crossbeam-epoch = "0.8"
fxhash = "0.2"
lazy_static = "1.4"
libc = "0.2"
Expand Down

0 comments on commit b561ee1

Please sign in to comment.