summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-02-26 00:43:20 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-02-26 00:43:20 +0100
commitfe0d6510a4aa767b0c2e7b5b0d01f8b93b29e5e5 (patch)
tree91a92da5dfc9e22cee6164862760797c3c1d9178 /examples/Cargo.toml
parenteb0994c1a0824d385c0bcbd378b302ca697fb575 (diff)
downloadnrf-softdevice-fe0d6510a4aa767b0c2e7b5b0d01f8b93b29e5e5.zip
Updat examples to defmt 0.2
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 95a6d48..b5b5bfa 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.2.0"
+defmt = { version = "0.2.0", features = ["alloc"] }
nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.1.0" }
panic-probe = "0.1.0"
nrf52840-hal = { version = "0.12.0" }