aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Rawski <[email protected]>2024-01-04 21:25:55 +0100
committerPawel Rawski <[email protected]>2024-01-04 21:25:55 +0100
commitc80781078c58b76f82df508f5d65e22aab72ce05 (patch)
treefd48d446e1555f4c0016bbdf0d0ff7167717f88a
parent51de518bd3edf15ffc76a55b6d003a633556ae56 (diff)
Fix an error in compiling examples for rp2040
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 669d79f40..4942ca507 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -82,7 +82,7 @@ cortex-m = "0.7.6"
82critical-section = "1.1" 82critical-section = "1.1"
83futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 83futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
84chrono = { version = "0.4", default-features = false, optional = true } 84chrono = { version = "0.4", default-features = false, optional = true }
85embedded-io = { version = "0.6.0" } 85embedded-io = { version = "0.6.1" }
86embedded-io-async = { version = "0.6.1" } 86embedded-io-async = { version = "0.6.1" }
87embedded-storage = { version = "0.3" } 87embedded-storage = { version = "0.3" }
88embedded-storage-async = { version = "0.4.1" } 88embedded-storage-async = { version = "0.4.1" }