summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@redhat.com>2022-08-25 11:29:51 +0200
committerGitHub <noreply@github.com>2022-08-25 11:29:51 +0200
commit5dabeac5d85d6ebf184b034054e827fca19a89ab (patch)
treeb997268650094434506c4cac6f5bb9383a36ecc5 /examples/Cargo.toml
parente6dbc368d2e75d5442f5f52fb8343ed04e7a6c7d (diff)
parente2c16d3f3e31129808ee6781ca88d6e788f4761e (diff)
downloadnrf-softdevice-5dabeac5d85d6ebf184b034054e827fca19a89ab.zip
Merge pull request #135 from embassy-rs/embassy-util-split
Update after embassy-util was split
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 75baa0a..b3f03a9 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -18,7 +18,7 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
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-sync = { version = "0.1.0" }
embassy-nrf = { version = "0.1.0", features = [ "nightly", "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]}
cortex-m = "0.7.2"
cortex-m-rt = "0.7.0"