Skip to content

Commit

Permalink
m: Remove unused portable-atomic feature
Browse files Browse the repository at this point in the history
I added half of a portable-atomic implementation in #86 and forgot to finish it.
This removes it prior to release.

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Jun 1, 2024
1 parent 2c96fbf commit 12b5402
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,12 @@ exclude = ["/.*"]
event-listener = { version = "5.0.0", default-features = false }
event-listener-strategy = { version = "0.5.0", default-features = false }
pin-project-lite = "0.2.11"
portable-atomic-util = { version = "0.1.4", default-features = false, optional = true, features = ["alloc"] }

[dependencies.portable_atomic_crate]
package = "portable-atomic"
version = "1.2.0"
default-features = false
optional = true

[target.'cfg(loom)'.dependencies]
loom = { version = "0.7", optional = true }

[features]
default = ["std"]
portable-atomic = ["portable-atomic-util", "portable_atomic_crate"]
std = ["event-listener/std", "event-listener-strategy/std"]
loom = ["event-listener/loom", "dep:loom"]

Expand Down

0 comments on commit 12b5402

Please sign in to comment.