summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2022-02-07 12:32:26 +0100
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2022-02-07 12:32:26 +0100
commit8cb278bf8ea30d77d03ae73e3d163190e4f6d73f (patch)
treefe31ec0cd8afea8029ac5dc1a5436c5f7ce1a65a /examples
parenta7cb812c853ae53df606ced49f920f1ab6201288 (diff)
downloadnrf-softdevice-8cb278bf8ea30d77d03ae73e3d163190e4f6d73f.zip
Use newly released embedded-storage and embedded-storage-async
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 4d56e3c..ea91e02 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -26,8 +26,8 @@ nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.
panic-probe = { version = "0.3", features= ["print-defmt"] }
nrf-softdevice = { version = "0.1.0", path = "../nrf-softdevice", features = ["defmt", "nrf52840", "s140", "ble-peripheral", "ble-central", "critical-section-impl"] }
nrf-softdevice-s140 = { version = "0.1.1", path = "../nrf-softdevice-s140" }
-embedded-storage = { git = "https://github.com/embassy-rs/embedded-storage.git", branch = "embassy" }
-embedded-storage-async = { git = "https://github.com/embassy-rs/embedded-storage.git", branch = "embassy" }
+embedded-storage = "0.3.0"
+embedded-storage-async = "0.3.0"
futures = { version = "0.3.5", default-features = false }
fixed = "1.2.0"
heapless = "0.7.1"