aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-12-19 20:25:20 +0100
committerUlf Lilleengen <[email protected]>2023-12-19 20:25:20 +0100
commitefd5dbe0196a71527777d949261cb7bbb7bee376 (patch)
tree5da496ca1646d06e8681c0be0e638f9947e6825a
parent9d46ee0758dbc7a8625174370aff5fb8334f8170 (diff)
fix: build warnings
-rw-r--r--embassy-boot/boot/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml
index f0810f418..f63ea92cf 100644
--- a/embassy-boot/boot/Cargo.toml
+++ b/embassy-boot/boot/Cargo.toml
@@ -43,6 +43,7 @@ sha1 = "0.10.5"
43critical-section = { version = "1.1.1", features = ["std"] } 43critical-section = { version = "1.1.1", features = ["std"] }
44 44
45[dev-dependencies.ed25519-dalek] 45[dev-dependencies.ed25519-dalek]
46version = "1.0.1"
46default_features = false 47default_features = false
47features = ["rand", "std", "u32_backend"] 48features = ["rand", "std", "u32_backend"]
48 49