Skip to content

Commit

Permalink
Rename feature to enable-atomic-polyfill
Browse files Browse the repository at this point in the history
Having a feature named the same as a dependency when you also need to
enable dependency features leads to wonky results
  • Loading branch information
Jinxit committed Aug 3, 2022
1 parent de1c340 commit 1989161
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 @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
default = ["std", "atomic"]
std = []
atomic = ["spin"]
atomic-polyfill = ["once_cell/atomic-polyfill", "dep:atomic-polyfill"]
enable-atomic-polyfill = ["atomic-polyfill", "once_cell/atomic-polyfill"]
# Enables derive(Bundle)
macros = ["hecs-macros", "once_cell"]
# Enables the serialize::column module
Expand Down

0 comments on commit 1989161

Please sign in to comment.