summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
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 /examples/Cargo.toml
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 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index caa6dc5..95a6d48 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.3"
+defmt = "0.2.0"
nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.1.0" }
panic-probe = "0.1.0"
nrf52840-hal = { version = "0.12.0" }