aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
committerUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
commit1b20ba27b12a93ae94b4eff39160da884c592db4 (patch)
tree54eca8ba0290cff510f9106b22437cf1ba45f9e7 /cyw43
parentf5e96a9d60be3d5ab975031635a58675c2cef4d0 (diff)
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index 59b297e0b..dae7419c1 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -12,7 +12,7 @@ firmware-logs = []
12 12
13[dependencies] 13[dependencies]
14embassy-time = { version = "0.1.3", path = "../embassy-time"} 14embassy-time = { version = "0.1.3", path = "../embassy-time"}
15embassy-sync = { version = "0.2.0", path = "../embassy-sync"} 15embassy-sync = { version = "0.3.0", path = "../embassy-sync"}
16embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 16embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
17embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} 17embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"}
18atomic-polyfill = "0.1.5" 18atomic-polyfill = "0.1.5"