aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-05 22:08:58 +0000
committerGitHub <[email protected]>2025-01-05 22:08:58 +0000
commit953288f5c831e7048d38479db8f43cd8126807dd (patch)
tree09b3357e607e9e631a4c063ab88abf1d34fabbf2 /embassy-boot-rp
parent78c49a7dea03f7e24abb7e2313529d8ae718c154 (diff)
parent89b97c2d7c213a36c97606996e16ef115f836ea9 (diff)
Merge pull request #3727 from bugadani/release
Prepare embedded-hal, boot, net & net drivers
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 23994c171..74c3ab470 100644
--- a/embassy-boot-rp/Cargo.toml
+++ b/embassy-boot-rp/Cargo.toml
@@ -26,7 +26,7 @@ log = { version = "0.4", optional = true }
26 26
27embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 27embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
28embassy-rp = { version = "0.2.0", path = "../embassy-rp", default-features = false } 28embassy-rp = { version = "0.2.0", path = "../embassy-rp", default-features = false }
29embassy-boot = { version = "0.3.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
32cortex-m = { version = "0.7.6" } 32cortex-m = { version = "0.7.6" }