Skip to content

Commit

Permalink
chore: update test dependencies (#58)
Browse files Browse the repository at this point in the history
This just updates the `loom` and `proptest` dependencies
to the latest releases. No API changes in these.

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw authored Aug 1, 2021
1 parent 81c1c3f commit 30f2b1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ harness = false
lazy_static = "1"

[dev-dependencies]
loom = { version = "0.4", features = ["checkpoint"] }
proptest = "0.10"
loom = { version = "0.5", features = ["checkpoint"] }
proptest = "1"
criterion = "0.3"
slab = "0.4.2"

[target.'cfg(loom)'.dependencies]
loom = { version = "0.4", features = ["checkpoint"], optional = true }
loom = { version = "0.5", features = ["checkpoint"], optional = true }

0 comments on commit 30f2b1c

Please sign in to comment.