Skip to content

Commit

Permalink
(Broken) Bump to loom v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Oct 2, 2023
1 parent d4617d3 commit e74b754
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 @@ -36,9 +36,9 @@ optional = true
# The `loom` feature, combined with the `loom` rustflag, enables a reimplementation
# of `parking` using `loom`. This feature is perma-unstable and should not be used
# in stable code.
[target.'cfg(loom)'.dependencies.loom]
version = "0.6"
optional = true
[target.'cfg(loom)'.dependencies]
concurrent-queue = { version = "2.2.0", default-features = false, features = ["loom"] }
loom = { version = "0.7.1", optional = true }

[dev-dependencies]
futures-lite = "1.12.0"
Expand Down

0 comments on commit e74b754

Please sign in to comment.