Skip to content

Commit

Permalink
propagate critical-section feature selection into portable-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Sep 13, 2024
1 parent c48d3c2 commit b433a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ parking_lot = ["dep:parking_lot_core"]
# Uses `critical-section` to implement `sync` and `race` modules. in
# `#![no_std]` mode. Please read `critical-section` docs carefully
# before enabling this feature.
critical-section = ["dep:critical-section", "portable-atomic" ]
critical-section = ["dep:critical-section", "portable-atomic/critical-section"]

# Enables semver-exempt APIs of this crate.
# At the moment, this feature is unused.
Expand Down

0 comments on commit b433a8c

Please sign in to comment.