diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-03 00:44:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-08-03 00:44:51 +0200 |
| commit | 78a333d008490a7720555abea0b1f78a693d6f76 (patch) | |
| tree | d04945710ee0b1014c6bae5209c1c09113d3d6f3 /examples/boot/application/nrf/Cargo.toml | |
| parent | f704b1420f5cb23734c0c617b3a8e6011cc5f03c (diff) | |
Release embassy-embedded-hal v0.4
Diffstat (limited to 'examples/boot/application/nrf/Cargo.toml')
| -rw-r--r-- | examples/boot/application/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/nrf/Cargo.toml b/examples/boot/application/nrf/Cargo.toml index 4fda710a5..31b99709e 100644 --- a/examples/boot/application/nrf/Cargo.toml +++ b/examples/boot/application/nrf/Cargo.toml | |||
| @@ -11,7 +11,7 @@ embassy-time = { version = "0.4.0", path = "../../../../embassy-time", features | |||
| 11 | embassy-nrf = { version = "0.5.0", path = "../../../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", ] } | 11 | embassy-nrf = { version = "0.5.0", path = "../../../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", ] } |
| 12 | embassy-boot = { version = "0.5.0", path = "../../../../embassy-boot", features = [] } | 12 | embassy-boot = { version = "0.5.0", path = "../../../../embassy-boot", features = [] } |
| 13 | embassy-boot-nrf = { version = "0.6.0", path = "../../../../embassy-boot-nrf", features = [] } | 13 | embassy-boot-nrf = { version = "0.6.0", path = "../../../../embassy-boot-nrf", features = [] } |
| 14 | embassy-embedded-hal = { version = "0.3.1", path = "../../../../embassy-embedded-hal" } | 14 | embassy-embedded-hal = { version = "0.4.0", path = "../../../../embassy-embedded-hal" } |
| 15 | 15 | ||
| 16 | defmt = { version = "1.0.1", optional = true } | 16 | defmt = { version = "1.0.1", optional = true } |
| 17 | defmt-rtt = { version = "1.0.0", optional = true } | 17 | defmt-rtt = { version = "1.0.0", optional = true } |
