From 3d11b70e5e64df4a583238ce37647e531930668a Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Thu, 27 Jan 2022 17:43:08 +0100 Subject: Migrate do embedded-storage-async --- examples/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/Cargo.toml') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 995b6f4..4d56e3c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -26,6 +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" } futures = { version = "0.3.5", default-features = false } fixed = "1.2.0" heapless = "0.7.1" -- cgit v1.2.3