aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 13:57:03 +0100
committerGitHub <[email protected]>2023-12-04 13:57:03 +0100
commit2cba879afc01a795881d899e6fe538389c2dfdc4 (patch)
tree78d68263deb961803db489b9aeda279ee81650d0 /examples/nrf52840
parent52fabbfb46bf79abad076ebfae561a1167e5a698 (diff)
parent03325ea81be84a0472fe66d743afb064eed6b904 (diff)
Merge pull request #2247 from embassy-rs/update-embedded-storage
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/nrf52840')
-rw-r--r--examples/nrf52840/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml
index e2e79eaea..be5219225 100644
--- a/examples/nrf52840/Cargo.toml
+++ b/examples/nrf52840/Cargo.toml
@@ -33,7 +33,7 @@ cortex-m-rt = "0.7.0"
33panic-probe = { version = "0.3", features = ["print-defmt"] } 33panic-probe = { version = "0.3", features = ["print-defmt"] }
34futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 34futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
35rand = { version = "0.8.4", default-features = false } 35rand = { version = "0.8.4", default-features = false }
36embedded-storage = "0.3.0" 36embedded-storage = "0.3.1"
37usbd-hid = "0.6.0" 37usbd-hid = "0.6.0"
38serde = { version = "1.0.136", default-features = false } 38serde = { version = "1.0.136", default-features = false }
39embedded-hal = { version = "1.0.0-rc.2" } 39embedded-hal = { version = "1.0.0-rc.2" }