aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-16 14:52:21 +0200
committerUlf Lilleengen <[email protected]>2025-07-16 14:53:02 +0200
commit386c586afab378584a8622f32bdeb14a6ae60645 (patch)
treeabfff3d0fc02629aa289c2712e5abb8a3e0a2355 /embassy-boot
parent38807ff5fd508ce1a1400c1589e029c0361d0ef0 (diff)
chore: Release embassy-embedded-hal version 0.3.1
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 f12e8e304..281278abb 100644
--- a/embassy-boot/Cargo.toml
+++ b/embassy-boot/Cargo.toml
@@ -28,7 +28,7 @@ defmt = { version = "1.0.1", 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.3.0", path = "../embassy-embedded-hal" } 31embassy-embedded-hal = { version = "0.3.1", path = "../embassy-embedded-hal" }
32embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 32embassy-sync = { version = "0.7.0", 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" }