summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-02 19:47:08 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-11-02 19:47:08 +0100
commit242a6cf33fd13a7fdc3a61f048d9fc564e855375 (patch)
treec2d02dacb005eb1757dd19d8d4332a33e231e974 /examples/Cargo.toml
parentc621ed316cf6f49805a4db7b1f8e220bfc8fe86e (diff)
downloadnrf-softdevice-242a6cf33fd13a7fdc3a61f048d9fc564e855375.zip
Add Cargo.lock, update for latest embassy.
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 a9eedc5..bb36eaf 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -23,7 +23,7 @@ ble-gatt-server = ["nrf-softdevice/ble-gatt-server"]
ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
-embassy = { version = "0.1.0" }
+embassy = { version = "0.1.0", features = ["defmt"]}
embassy-nrf = { version = "0.1.0", features = [ "52840" ]}
cortex-m = { version = "0.6.3" }
cortex-m-rt = "0.6.12"