aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-03 22:15:02 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-04 00:10:55 +0200
commit0324cee0ca9caf40a43583367fe7ff0448d0f35f (patch)
tree782dcf67fa9b0dacd637c588d4160544d38fe6e5 /examples/stm32l0
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
update embedded-io, embedded-nal-async.
Diffstat (limited to 'examples/stm32l0')
-rw-r--r--examples/stm32l0/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml
index 502ebfc8d..0aff9dbd2 100644
--- a/examples/stm32l0/Cargo.toml
+++ b/examples/stm32l0/Cargo.toml
@@ -24,8 +24,8 @@ defmt = "0.3"
24defmt-rtt = "0.4" 24defmt-rtt = "0.4"
25 25
26embedded-storage = "0.3.0" 26embedded-storage = "0.3.0"
27embedded-io = { version = "0.5.0" } 27embedded-io = { version = "0.6.0" }
28embedded-io-async = { version = "0.5.0", optional = true } 28embedded-io-async = { version = "0.6.0", optional = true }
29 29
30cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 30cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
31cortex-m-rt = "0.7.0" 31cortex-m-rt = "0.7.0"