aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 15:47:37 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 15:47:37 +0200
commit8c087e3641e2bf1f863c73a388b2f483051e6b29 (patch)
treede7241308a9644504f8a2c73f09b538e6a119778 /cyw43-pio
parent6f2f469c565f7bacc8e5312f6f2ae20828941308 (diff)
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
Diffstat (limited to 'cyw43-pio')
-rw-r--r--cyw43-pio/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 7c07d35db..21f365db4 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -11,7 +11,7 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
11 11
12[dependencies] 12[dependencies]
13cyw43 = { version = "0.4.0", path = "../cyw43" } 13cyw43 = { version = "0.4.0", path = "../cyw43" }
14embassy-rp = { version = "0.5.0", path = "../embassy-rp" } 14embassy-rp = { version = "0.6.0", path = "../embassy-rp" }
15fixed = "1.23.1" 15fixed = "1.23.1"
16defmt = { version = "1.0.1", optional = true } 16defmt = { version = "1.0.1", optional = true }
17 17