diff options
Diffstat (limited to 'embassy-boot/Cargo.toml')
| -rw-r--r-- | embassy-boot/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-boot/Cargo.toml b/embassy-boot/Cargo.toml index 632e60c35..e1f539962 100644 --- a/embassy-boot/Cargo.toml +++ b/embassy-boot/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot" | 3 | name = "embassy-boot" |
| 4 | version = "0.6.0" | 4 | version = "0.6.1" |
| 5 | description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks." | 5 | description = "A lightweight bootloader supporting firmware updates in a power-fail-safe way, with trial boots and rollbacks." |
| 6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
| 7 | repository = "https://github.com/embassy-rs/embassy" | 7 | repository = "https://github.com/embassy-rs/embassy" |
| @@ -28,8 +28,8 @@ defmt = { version = "1.0.1", optional = true } | |||
| 28 | digest = "0.10" | 28 | digest = "0.10" |
| 29 | log = { version = "0.4", optional = true } | 29 | log = { version = "0.4", optional = true } |
| 30 | ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true } | 30 | ed25519-dalek = { version = "2", default-features = false, features = ["digest"], optional = true } |
| 31 | embassy-embedded-hal = { version = "0.4.0", path = "../embassy-embedded-hal" } | 31 | embassy-embedded-hal = { version = "0.4.1", path = "../embassy-embedded-hal" } |
| 32 | embassy-sync = { version = "0.7.1", path = "../embassy-sync" } | 32 | embassy-sync = { version = "0.7.2", path = "../embassy-sync" } |
| 33 | embedded-storage = "0.3.1" | 33 | embedded-storage = "0.3.1" |
| 34 | embedded-storage-async = { version = "0.4.1" } | 34 | embedded-storage-async = { version = "0.4.1" } |
| 35 | salty = { version = "0.3", optional = true } | 35 | salty = { version = "0.3", optional = true } |
