diff options
| author | sander <[email protected]> | 2023-04-14 10:44:51 +0200 |
|---|---|---|
| committer | sander <[email protected]> | 2023-04-14 10:44:51 +0200 |
| commit | ce0e1a5db36505884e7f46577b4b407808c20a82 (patch) | |
| tree | 0e87248c13f3bac757560235faa2485acf81ce90 /embassy-boot | |
| parent | 1b86570cfd480b0821de555780a2dbdaa7ec562d (diff) | |
| parent | a3ecf5caf614e17b2e1cb3d1f79d8313f2e71a63 (diff) | |
Merge commit '82f528927b2fde275c2e9b6fd737baf439cb296a'
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 39f501570..956b0f987 100644 --- a/embassy-boot/boot/Cargo.toml +++ b/embassy-boot/boot/Cargo.toml | |||
| @@ -27,7 +27,7 @@ defmt = { version = "0.3", optional = true } | |||
| 27 | digest = "0.10" | 27 | digest = "0.10" |
| 28 | log = { version = "0.4", optional = true } | 28 | log = { version = "0.4", optional = true } |
| 29 | ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true } | 29 | ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true } |
| 30 | embassy-sync = { version = "0.1.0", path = "../../embassy-sync" } | 30 | embassy-sync = { version = "0.2.0", path = "../../embassy-sync" } |
| 31 | embedded-storage = "0.3.0" | 31 | embedded-storage = "0.3.0" |
| 32 | embedded-storage-async = { version = "0.4.0", optional = true} | 32 | embedded-storage-async = { version = "0.4.0", optional = true} |
| 33 | salty = { git = "https://github.com/ycrypto/salty.git", rev = "a9f17911a5024698406b75c0fac56ab5ccf6a8c7", optional = true } | 33 | salty = { git = "https://github.com/ycrypto/salty.git", rev = "a9f17911a5024698406b75c0fac56ab5ccf6a8c7", optional = true } |
