summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt
diff options
context:
space:
mode:
authorfnafnio <fabiopungg@gmail.com>2021-02-24 08:30:22 +0100
committerfnafnio <fabiopungg@gmail.com>2021-02-24 08:30:22 +0100
commit0bd03fbcdaa0f7d626ce66a40ee2f81fe901301b (patch)
tree55a82fe477af54b6c2f433b08304dae1cfe99b02 /nrf-softdevice-defmt-rtt
parent929ce945ef0c2a351b161769b7d04bb9a7b02d5c (diff)
downloadnrf-softdevice-0bd03fbcdaa0f7d626ce66a40ee2f81fe901301b.zip
updated defmt and defmt-rtt to 0.2.0
use :x display hint where it makes sense
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 8773554..d4b4be3 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.3" }
+defmt = { version = "0.2.0" }
nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
cortex-m = "0.6.4"