aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-29 21:15:24 +0100
committerDario Nieuwenhuis <[email protected]>2022-11-29 21:15:24 +0100
commit1dcb0ea1f5dbd9357c7c05627f06abbcaaedd134 (patch)
treee60da63272735124942718dd9b2ebd685bf74fc2 /examples/nrf
parent902586a019eafc1ab63fe78f464c4d4fee43cc85 (diff)
Bump defmt-rtt to 0.4
Diffstat (limited to 'examples/nrf')
-rw-r--r--examples/nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml
index 64dbc663e..8b95ac3a6 100644
--- a/examples/nrf/Cargo.toml
+++ b/examples/nrf/Cargo.toml
@@ -24,7 +24,7 @@ lorawan-device = { version = "0.8.0", default-features = false, features = ["asy
24lorawan = { version = "0.7.1", default-features = false, features = ["default-crypto"], optional = true } 24lorawan = { version = "0.7.1", default-features = false, features = ["default-crypto"], optional = true }
25 25
26defmt = "0.3" 26defmt = "0.3"
27defmt-rtt = "0.3" 27defmt-rtt = "0.4"
28 28
29static_cell = "1.0" 29static_cell = "1.0"
30cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 30cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }