aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-rp
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:54:46 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commit1588fbc256fcd6444609dbd8049e810410974cb0 (patch)
treee1d8feec28ba517bc4c1e532524be144a3967091 /embassy-boot-rp
parent37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (diff)
Prepare to release embassy-boot
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 467ed416b..1c3405b00 100644
--- a/embassy-boot-rp/Cargo.toml
+++ b/embassy-boot-rp/Cargo.toml
@@ -25,7 +25,7 @@ log = { version = "0.4", optional = true }
25 25
26embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 26embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
27embassy-rp = { version = "0.1.0", path = "../embassy-rp", default-features = false } 27embassy-rp = { version = "0.1.0", path = "../embassy-rp", default-features = false }
28embassy-boot = { version = "0.2.0", path = "../embassy-boot" } 28embassy-boot = { version = "0.3.0", path = "../embassy-boot" }
29embassy-time = { version = "0.3.2", path = "../embassy-time" } 29embassy-time = { version = "0.3.2", path = "../embassy-time" }
30 30
31cortex-m = { version = "0.7.6" } 31cortex-m = { version = "0.7.6" }