aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-12-19 12:41:25 +0100
committerGitHub <[email protected]>2025-12-19 12:41:25 +0100
commit14efaf71d76ad0af569522ee0c4082d473fdede7 (patch)
treeee9f4352e70815e97e424bb534c1c096242b9af0 /embassy-mcxa/Cargo.toml
parent3214021ed5ae17b96ac006c0f460e222502e411d (diff)
parent62ed44f99af9e33d689c8308149f8f992176895f (diff)
Merge pull request #4745 from embassy-rs/io07
Update to embedded-io 0.7
Diffstat (limited to 'embassy-mcxa/Cargo.toml')
-rw-r--r--embassy-mcxa/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-mcxa/Cargo.toml b/embassy-mcxa/Cargo.toml
index 76ce59f5a..0d9663879 100644
--- a/embassy-mcxa/Cargo.toml
+++ b/embassy-mcxa/Cargo.toml
@@ -36,8 +36,8 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
36embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } 36embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
37embedded-hal-async = { version = "1.0" } 37embedded-hal-async = { version = "1.0" }
38embedded-hal-nb = { version = "1.0" } 38embedded-hal-nb = { version = "1.0" }
39embedded-io = "0.6" 39embedded-io = "0.7"
40embedded-io-async = { version = "0.6.1" } 40embedded-io-async = { version = "0.7.0" }
41heapless = "0.8" 41heapless = "0.8"
42mcxa-pac = { version = "0.1.0", features = ["rt", "critical-section"] } 42mcxa-pac = { version = "0.1.0", features = ["rt", "critical-section"] }
43nb = "1.1.0" 43nb = "1.1.0"