aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-15 11:15:19 +0200
committerUlf Lilleengen <[email protected]>2025-07-15 11:15:19 +0200
commitc35d5fb9ce4dc5eaea141f090e8047c738712593 (patch)
treede49470caebd7d9a5c120e36efffe7f8e3b29d4c /cyw43-pio
parentf2413bd20dfc7d96b3615398906a74916b2f2f98 (diff)
chore: bump cyw43 version
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 7dcbaf00b..0e7c39223 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/cyw43-pio" 10documentation = "https://docs.embassy.dev/cyw43-pio"
11 11
12[dependencies] 12[dependencies]
13cyw43 = { version = "0.3.0", path = "../cyw43" } 13cyw43 = { version = "0.4.0", path = "../cyw43" }
14embassy-rp = { version = "0.5.0", path = "../embassy-rp" } 14embassy-rp = { version = "0.5.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 }