aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-05-18 20:52:39 +0200
committerGitHub <[email protected]>2025-05-18 20:52:39 +0200
commit06585e754ed1bd166e39e58d07fbea0634a775da (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /examples/boot/bootloader/nrf
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
parentef0f29f0ede245671ffd82fcf384a9105f174c24 (diff)
Merge pull request #4162 from nyurik/bump-defmt
chore: update all non-example defmt dependencies
Diffstat (limited to 'examples/boot/bootloader/nrf')
-rw-r--r--examples/boot/bootloader/nrf/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/bootloader/nrf/Cargo.toml b/examples/boot/bootloader/nrf/Cargo.toml
index 34a0553e3..4c2712718 100644
--- a/examples/boot/bootloader/nrf/Cargo.toml
+++ b/examples/boot/bootloader/nrf/Cargo.toml
@@ -6,8 +6,8 @@ description = "Bootloader for nRF chips"
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7 7
8[dependencies] 8[dependencies]
9defmt = { version = "0.3", optional = true } 9defmt = { version = "1.0.1", optional = true }
10defmt-rtt = { version = "0.4", optional = true } 10defmt-rtt = { version = "1.0.0", optional = true }
11 11
12embassy-nrf = { path = "../../../../embassy-nrf", features = [] } 12embassy-nrf = { path = "../../../../embassy-nrf", features = [] }
13embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" } 13embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" }