Skip to content

Commit 57c571f

Browse files
v1.3.0 release
1 parent dd91235 commit 57c571f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-pool"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Daniel Stuart <daniel.stuart14@gmail.com>"]
55
description = "Statically allocated pool providing a std-like Box, with async functionality."
66
repository = "https://github.com/danielstuart14/async-pool"
@@ -30,3 +30,4 @@ critical-section = { version = "1.2.0", features = ["std"] }
3030

3131
[features]
3232
default = []
33+
_enable_critical_section = ["portable-atomic/critical-section"]

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -euxo pipefail
44

55
cargo test
6-
cargo build --target thumbv6m-none-eabi
6+
cargo build --features _enable_critical_section --target thumbv6m-none-eabi
77
cargo build --target thumbv7em-none-eabi

0 commit comments

Comments
 (0)