aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-rp
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 /embassy-boot-rp
parent249433a7ed7a9d29a5da0fe169dc31acaad9b8bb (diff)
chore: prepare embassy-rp for release
Diffstat (limited to 'embassy-boot-rp')
-rw-r--r--embassy-boot-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml
index afe5d6691..9b838641b 100644
--- a/embassy-boot-rp/Cargo.toml
+++ b/embassy-boot-rp/Cargo.toml
@@ -25,7 +25,7 @@ defmt = { version = "1.0.1", optional = true }
25log = { version = "0.4", optional = true } 25log = { version = "0.4", optional = true }
26 26
27embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
28embassy-rp = { version = "0.4.0", path = "../embassy-rp", default-features = false } 28embassy-rp = { version = "0.5.0", path = "../embassy-rp", default-features = false }
29embassy-boot = { version = "0.4.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.4.0", path = "../embassy-boot" }
30embassy-time = { version = "0.4.0", path = "../embassy-time" } 30embassy-time = { version = "0.4.0", path = "../embassy-time" }
31 31