diff options
| author | Ulf Lilleengen <[email protected]> | 2023-12-19 20:25:20 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-12-19 20:25:20 +0100 |
| commit | efd5dbe0196a71527777d949261cb7bbb7bee376 (patch) | |
| tree | 5da496ca1646d06e8681c0be0e638f9947e6825a | |
| parent | 9d46ee0758dbc7a8625174370aff5fb8334f8170 (diff) | |
fix: build warnings
| -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 | ||
