aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-04-27 09:22:32 +0200
committerUlf Lilleengen <[email protected]>2023-04-27 11:54:22 +0200
commit42a8f1671de994c702a20ecf44a1b4daa46e23e3 (patch)
treea62a75a98ba4bcddbb3b4b0d05653a3200dcdb75 /embassy-nrf
parent1cf26f0eb3181b04ce2c520a4814c4b3a99bb407 (diff)
Bump versions preparing for -macros and -executor release
Diffstat (limited to 'embassy-nrf')
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index e5e799d0a..15d0f6872 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -78,7 +78,7 @@ _dppi = []
78_gpio-p1 = [] 78_gpio-p1 = []
79 79
80[dependencies] 80[dependencies]
81embassy-executor = { version = "0.1.0", path = "../embassy-executor", optional = true } 81embassy-executor = { version = "0.2.0", path = "../embassy-executor", optional = true }
82embassy-time = { version = "0.1.0", path = "../embassy-time", optional = true } 82embassy-time = { version = "0.1.0", path = "../embassy-time", optional = true }
83embassy-sync = { version = "0.2.0", path = "../embassy-sync" } 83embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
84embassy-cortex-m = { version = "0.1.0", path = "../embassy-cortex-m", features = ["prio-bits-3"]} 84embassy-cortex-m = { version = "0.1.0", path = "../embassy-cortex-m", features = ["prio-bits-3"]}