summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@redhat.com>2022-08-23 08:48:14 +0200
committerGitHub <noreply@github.com>2022-08-23 08:48:14 +0200
commite6dbc368d2e75d5442f5f52fb8343ed04e7a6c7d (patch)
tree67c1824e23c96b7ddb4440ce895b37646618e6d4 /examples/Cargo.toml
parente1e4e2a2c2e9a8243368214fac02532e79c127a8 (diff)
parent36d14808e2019556d502105081bd36f80aba06c0 (diff)
downloadnrf-softdevice-e6dbc368d2e75d5442f5f52fb8343ed04e7a6c7d.zip
Merge pull request #132 from embassy-rs/update-embassy
Update Embassy.
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index ee34c58..75baa0a 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -16,7 +16,8 @@ ble-gatt-server = ["nrf-softdevice/ble-gatt-server"]
ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
-embassy-executor = { version = "0.1.0", features = ["nightly", "defmt", "defmt-timestamp-uptime"]}
+embassy-executor = { version = "0.1.0", features = ["nightly", "defmt"]}
+embassy-time = { version = "0.1.0", features = ["nightly", "defmt", "defmt-timestamp-uptime"]}
embassy-util = { version = "0.1.0" }
embassy-nrf = { version = "0.1.0", features = [ "nightly", "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]}
cortex-m = "0.7.2"