diff options
| author | onsdagens <pawdzi-7@student.ltu.se> | 2023-09-27 21:39:35 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-09-27 19:50:13 +0000 |
| commit | 2b2208e217a96086696bd6f36cff2a6cd4c4ac9f (patch) | |
| tree | c17d993fd70954663c0f0ffb6b6afed5228f9714 /rtic-sync/Cargo.toml | |
| parent | 3b8d787a917a7a39b28bea85ba2b3a86539e0852 (diff) | |
esp32c3 support
Diffstat (limited to 'rtic-sync/Cargo.toml')
| -rw-r--r-- | rtic-sync/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index a8f9070..064b9fa 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = [ @@ -20,6 +20,7 @@ license = "MIT OR Apache-2.0" heapless = "0.7" critical-section = "1" rtic-common = { version = "1.0.0", path = "../rtic-common" } +portable-atomic = { version = "1", default-features = false } [dev-dependencies] tokio = { version = "1", features = ["rt", "macros", "time"] } |
