aboutsummaryrefslogtreecommitdiff
path: root/rtic-common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-common/Cargo.toml')
-rw-r--r--rtic-common/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtic-common/Cargo.toml b/rtic-common/Cargo.toml
index 1e7f98f..cd22f72 100644
--- a/rtic-common/Cargo.toml
+++ b/rtic-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-common"
-version = "1.0.0"
+version = "1.0.1"
edition = "2021"
authors = [
@@ -18,6 +18,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
critical-section = "1"
+portable-atomic = { version = "1", default-features = false }
[features]
default = []