summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-03 20:43:26 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-12-03 20:43:26 +0100
commitaf8a6b1cfa5d952f283ec29272aba4dfcc275d9c (patch)
treec8edca372a4d89980a95368e415d4b33e43d57fc /examples
parent787543583ecb5ea7c0df1f10d6723fb76de16593 (diff)
downloadnrf-softdevice-af8a6b1cfa5d952f283ec29272aba4dfcc275d9c.zip
Switch to released defmt version.
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index e670266..a818bc9 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -28,7 +28,7 @@ embassy-nrf = { version = "0.1.0", features = [ "defmt", "52840" ]}
cortex-m = { version = "0.6.4" }
cortex-m-rt = "0.6.13"
cortex-m-rtic = { version = "0.5.5", optional = true }
-defmt = "0.1.0"
+defmt = "0.1.3"
nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.1.0" }
panic-probe = "0.1.0"
nrf52840-hal = { version = "0.11.0" }