aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:11:43 +0100
committerDániel Buga <[email protected]>2025-01-05 21:28:42 +0100
commit9f21cf627b12358d5fcfdcafdab93ee3588d85da (patch)
tree8949e1bce74b9a8be2cc20c1ed33d851b622ca24 /embassy-boot
parentad2f7c329bbbefc0e3be38b36627705a5f42427b (diff)
Prepare embassy-embedded-hal 0.3
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/Cargo.toml b/embassy-boot/Cargo.toml
index b385020cc..34f8f560e 100644
--- a/embassy-boot/Cargo.toml
+++ b/embassy-boot/Cargo.toml
@@ -28,7 +28,7 @@ defmt = { version = "0.3", optional = true }
28digest = "0.10" 28digest = "0.10"
29log = { version = "0.4", optional = true } 29log = { version = "0.4", optional = true }
30ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true } 30ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true }
31embassy-embedded-hal = { version = "0.2.0", path = "../embassy-embedded-hal" } 31embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal" }
32embassy-sync = { version = "0.6.1", path = "../embassy-sync" } 32embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
33embedded-storage = "0.3.1" 33embedded-storage = "0.3.1"
34embedded-storage-async = { version = "0.4.1" } 34embedded-storage-async = { version = "0.4.1" }