aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }