diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-11-29 20:19:25 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-29 20:19:25 +0000 |
| commit | 8436c6180f80454f0634e521e89942ff8d7c5d58 (patch) | |
| tree | e60da63272735124942718dd9b2ebd685bf74fc2 /examples/boot/application/nrf | |
| parent | 902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff) | |
| parent | 1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134 (diff) | |
Merge #1085
1085: Bump defmt-rtt to 0.4 r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'examples/boot/application/nrf')
| -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 a5d82b601..1e7a5a84b 100644 --- a/examples/boot/application/nrf/Cargo.toml +++ b/examples/boot/application/nrf/Cargo.toml | |||
| @@ -13,7 +13,7 @@ embassy-boot-nrf = { version = "0.1.0", path = "../../../../embassy-boot/nrf" } | |||
| 13 | embassy-embedded-hal = { version = "0.1.0", path = "../../../../embassy-embedded-hal" } | 13 | embassy-embedded-hal = { version = "0.1.0", path = "../../../../embassy-embedded-hal" } |
| 14 | 14 | ||
| 15 | defmt = { version = "0.3", optional = true } | 15 | defmt = { version = "0.3", optional = true } |
| 16 | defmt-rtt = { version = "0.3", optional = true } | 16 | defmt-rtt = { version = "0.4", optional = true } |
| 17 | panic-reset = { version = "0.1.1" } | 17 | panic-reset = { version = "0.1.1" } |
| 18 | embedded-hal = { version = "0.2.6" } | 18 | embedded-hal = { version = "0.2.6" } |
| 19 | 19 | ||
