Skip to content

Commit

Permalink
fix: Correctly set concurrent-queue portable-atomic feature
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueZeeKing committed May 19, 2024
1 parent c1dd8b3 commit cfb70a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ exclude = ["/.*"]
[features]
default = ["std"]
std = ["concurrent-queue/std", "parking"]
portable-atomic = ["portable-atomic-util", "portable_atomic_crate"]
portable-atomic = [
"portable-atomic-util",
"portable_atomic_crate",
"concurrent-queue/portable-atomic",
]
loom = ["concurrent-queue/loom", "parking?/loom", "dep:loom"]

[dependencies]
Expand Down

0 comments on commit cfb70a1

Please sign in to comment.