aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-15 11:10:56 +0200
committerUlf Lilleengen <[email protected]>2025-07-15 11:10:56 +0200
commit9811f1c999521a80cccf82cfe1a5192f9112b5af (patch)
tree42b42b6e94fbab8506a652a639c8a2733a2ae336 /cyw43-pio
parent249433a7ed7a9d29a5da0fe169dc31acaad9b8bb (diff)
chore: prepare embassy-rp for release
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 93a2e7089..7dcbaf00b 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.3.0", path = "../cyw43" } 13cyw43 = { version = "0.3.0", path = "../cyw43" }
14embassy-rp = { version = "0.4.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 }
17 17