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 29, 2024
1 parent 5a6e37d commit 47f5139
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"]

[lints.rust]
Expand Down

0 comments on commit 47f5139

Please sign in to comment.