diff options
| author | sander <[email protected]> | 2023-04-11 13:55:19 +0200 |
|---|---|---|
| committer | sander <[email protected]> | 2023-04-11 13:55:19 +0200 |
| commit | 1b86570cfd480b0821de555780a2dbdaa7ec562d (patch) | |
| tree | 0f5cf85f1f5aeb1122857b1afb0d81af163f13db /embassy-boot | |
| parent | f51cbebffd8a2c7a66888b5cbd288a6eb912a784 (diff) | |
embassy-boot: readd nightly feature as default
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/boot/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml index 7434dce85..39f501570 100644 --- a/embassy-boot/boot/Cargo.toml +++ b/embassy-boot/boot/Cargo.toml | |||
| @@ -45,7 +45,7 @@ default_features = false | |||
| 45 | features = ["rand", "std", "u32_backend"] | 45 | features = ["rand", "std", "u32_backend"] |
| 46 | 46 | ||
| 47 | [features] | 47 | [features] |
| 48 | #default = ["nightly"] | 48 | default = ["nightly"] |
| 49 | ed25519-dalek = ["dep:ed25519-dalek", "_verify"] | 49 | ed25519-dalek = ["dep:ed25519-dalek", "_verify"] |
| 50 | ed25519-salty = ["dep:salty", "_verify"] | 50 | ed25519-salty = ["dep:salty", "_verify"] |
| 51 | 51 | ||
