summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-19 13:10:36 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-19 13:10:36 +0200
commita18014a20878bdb8bf43fe196be8fa38ca0c1fd0 (patch)
tree6543dd85664e29cc4cefed4a35e43e0a9ef5d65d /examples/Cargo.toml
parent8201255a9d6dde4b29a5a539a1d6aeefcbd467df (diff)
downloadnrf-softdevice-a18014a20878bdb8bf43fe196be8fa38ca0c1fd0.zip
Update 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 6b54d8a..0b87825 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -25,7 +25,7 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
embassy = { version = "0.1.0", features = ["defmt"]}
embassy-traits = { version = "0.1.0", features = ["defmt"]}
-embassy-nrf = { version = "0.1.0", features = [ "defmt", "52840" ]}
+embassy-nrf = { version = "0.1.0", features = [ "defmt", "nrf52840" ]}
cortex-m = { version = "0.6.4" }
cortex-m-rt = "0.6.13"
defmt = { version = "0.2.0", features = ["alloc"] }