aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-20 10:38:54 +0200
committersander <[email protected]>2023-04-20 10:38:54 +0200
commit8aca324c2d8955daed113297abd50312429ca87a (patch)
tree7f1b7d71e6a820574e9d75fb5c80e1e03501c71a /embassy-boot
parent7ee9e8322c4cb3b3fe3c117ee5c89c8bbb576d83 (diff)
parent43c20dbe65578931cd01fd3baa10c1e3e68ee138 (diff)
Merge commit '2c1d572cf2e225be5f30435b133e96aa55c9d3af'
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/Cargo.toml1
-rw-r--r--embassy-boot/nrf/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml
index f641d5e1c..956b0f987 100644
--- a/embassy-boot/boot/Cargo.toml
+++ b/embassy-boot/boot/Cargo.toml
@@ -45,6 +45,7 @@ default_features = false
45features = ["rand", "std", "u32_backend"] 45features = ["rand", "std", "u32_backend"]
46 46
47[features] 47[features]
48default = ["nightly"]
48ed25519-dalek = ["dep:ed25519-dalek", "_verify"] 49ed25519-dalek = ["dep:ed25519-dalek", "_verify"]
49ed25519-salty = ["dep:salty", "_verify"] 50ed25519-salty = ["dep:salty", "_verify"]
50 51
diff --git a/embassy-boot/nrf/Cargo.toml b/embassy-boot/nrf/Cargo.toml
index e46736889..05ab87896 100644
--- a/embassy-boot/nrf/Cargo.toml
+++ b/embassy-boot/nrf/Cargo.toml
@@ -28,6 +28,7 @@ cfg-if = "1.0.0"
28nrf-softdevice-mbr = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice.git", branch = "master", optional = true } 28nrf-softdevice-mbr = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-softdevice.git", branch = "master", optional = true }
29 29
30[features] 30[features]
31default = ["nightly"]
31defmt = [ 32defmt = [
32 "dep:defmt", 33 "dep:defmt",
33 "embassy-boot/defmt", 34 "embassy-boot/defmt",