summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-11 23:10:39 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-11 23:10:39 +0200
commitc8b2ff9644356debe6fddc135f260884e8caf16e (patch)
treea6511d67ed60785c7b0e5ec07c966841f8dfd4ad /examples
parente5dc3e803ff34bac647a3b729a82443737c4f60b (diff)
downloadnrf-softdevice-c8b2ff9644356debe6fddc135f260884e8caf16e.zip
Update deps.
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index ea91e02..e2a936e 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -16,9 +16,8 @@ ble-gatt-server = ["nrf-softdevice/ble-gatt-server"]
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", "nrf52840", "gpiote", "time-driver-rtc1" ]}
+embassy = { version = "0.1.0", features = ["nightly", "defmt"]}
+embassy-nrf = { version = "0.1.0", features = [ "nightly", "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]}
cortex-m = { version = "0.7.2" }
cortex-m-rt = "0.7.0"
defmt = { version = "0.3", features = ["alloc"] }