aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-03 22:27:06 +0000
committerGitHub <[email protected]>2023-10-03 22:27:06 +0000
commit59f706ee2f93252d1c040cea149dfd744f4d8c16 (patch)
tree7165f42df3651854c6c014df99b9bd1fe9c2048c /examples/rp
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
parentba7d74ac16f818eef25070f88556fc14df3f6b0c (diff)
Merge pull request #2006 from embassy-rs/update-eio
update embedded-io, embedded-nal-async.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 2677e0402..c998a3dc6 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -45,7 +45,7 @@ usbd-hid = "0.6.1"
45embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } 45embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
46embedded-hal-async = "1.0.0-rc.1" 46embedded-hal-async = "1.0.0-rc.1"
47embedded-hal-bus = { version = "0.1.0-rc.1", features = ["async"] } 47embedded-hal-bus = { version = "0.1.0-rc.1", features = ["async"] }
48embedded-io-async = { version = "0.5.0", features = ["defmt-03"] } 48embedded-io-async = { version = "0.6.0", features = ["defmt-03"] }
49embedded-storage = { version = "0.3" } 49embedded-storage = { version = "0.3" }
50static_cell = { version = "1.1", features = ["nightly"]} 50static_cell = { version = "1.1", features = ["nightly"]}
51log = "0.4" 51log = "0.4"