Skip to content

Commit

Permalink
Disable default features of portable-atomic crate
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 30, 2022
1 parent 91f0feb commit 7c0169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Spin-based synchronization primitives"

[dependencies]
lock_api_crate = { package = "lock_api", version = "0.4", optional = true }
portable-atomic = { version = "0.3", optional = true }
portable-atomic = { version = "0.3", optional = true, default-features = false }

[features]
default = ["lock_api", "mutex", "spin_mutex", "rwlock", "once", "lazy", "barrier"]
Expand Down

0 comments on commit 7c0169b

Please sign in to comment.