diff options
| -rw-r--r-- | embassy-boot/boot/Cargo.toml | 1 |
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" | |||
| 43 | critical-section = { version = "1.1.1", features = ["std"] } | 43 | critical-section = { version = "1.1.1", features = ["std"] } |
| 44 | 44 | ||
| 45 | [dev-dependencies.ed25519-dalek] | 45 | [dev-dependencies.ed25519-dalek] |
| 46 | version = "1.0.1" | ||
| 46 | default_features = false | 47 | default_features = false |
| 47 | features = ["rand", "std", "u32_backend"] | 48 | features = ["rand", "std", "u32_backend"] |
| 48 | 49 | ||
