Skip to content

Commit

Permalink
Fix UB from miri in drop - update to latest crossbeam to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed Apr 2, 2020
1 parent a0c2c46 commit b15be53
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 413 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concread"
version = "0.1.7"
version = "0.1.8"
authors = ["William Brown <william@blackhats.net.au>"]

description = "Concurrently Readable Data-Structures for Rust"
Expand All @@ -11,16 +11,15 @@ readme = "README.md"
keywords = ["data-structures", "concread", "concurrency", "parallel",]
categories = ["data-structures", "memory-management",]
license = "MPL-2.0"
license-file = "LICENSE.md"

[dependencies]
crossbeam-epoch = "0.5"
crossbeam-utils = "0.5"
parking_lot = "0.6"
crossbeam-epoch = "0.8"
crossbeam-utils = "0.7"
parking_lot = "0.10"
num = "0.2.0"

[dev-dependencies]
time = "0.1"
time = "0.2"
rand = "0.7"

[[bin]]
Expand Down
Loading

0 comments on commit b15be53

Please sign in to comment.