summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt
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 /nrf-softdevice-defmt-rtt
parent787543583ecb5ea7c0df1f10d6723fb76de16593 (diff)
downloadnrf-softdevice-af8a6b1cfa5d952f283ec29272aba4dfcc275d9c.zip
Switch to released defmt version.
Diffstat (limited to 'nrf-softdevice-defmt-rtt')
-rw-r--r--nrf-softdevice-defmt-rtt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-defmt-rtt/Cargo.toml b/nrf-softdevice-defmt-rtt/Cargo.toml
index 1871db2..8773554 100644
--- a/nrf-softdevice-defmt-rtt/Cargo.toml
+++ b/nrf-softdevice-defmt-rtt/Cargo.toml
@@ -11,6 +11,6 @@ repository = "https://github.com/knurling-rs/defmt"
version = "0.1.0"
[dependencies]
-defmt = { version = "0.1.0" }
+defmt = { version = "0.1.3" }
nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
cortex-m = "0.6.4"