File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-pool"
3- version = " 1.2 .0"
3+ version = " 1.3 .0"
44authors = [" Daniel Stuart <daniel.stuart14@gmail.com>" ]
55description = " Statically allocated pool providing a std-like Box, with async functionality."
66repository = " https://github.com/danielstuart14/async-pool"
@@ -30,3 +30,4 @@ critical-section = { version = "1.2.0", features = ["std"] }
3030
3131[features ]
3232default = []
33+ _enable_critical_section = [" portable-atomic/critical-section" ]
Original file line number Diff line number Diff line change 33set -euxo pipefail
44
55cargo test
6- cargo build --target thumbv6m-none-eabi
6+ cargo build --features _enable_critical_section -- target thumbv6m-none-eabi
77cargo build --target thumbv7em-none-eabi
You can’t perform that action at this time.
0 commit comments