summaryrefslogtreecommitdiff
path: root/examples/stm32l0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-19 00:13:31 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-19 00:36:18 +0200
commit47ceee47d56995c1028bc2509ede22830a121f8c (patch)
tree61b4eea36bc9cb9fd14a65610629faedb3399c82 /examples/stm32l0
parent261043fc73831f166d9749e54e96e0586aebba19 (diff)
downloadembassy-47ceee47d56995c1028bc2509ede22830a121f8c.zip
Update embedded-io to 0.3
Diffstat (limited to 'examples/stm32l0')
-rw-r--r--examples/stm32l0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml
index d6848c27..a483b08b 100644
--- a/examples/stm32l0/Cargo.toml
+++ b/examples/stm32l0/Cargo.toml
@@ -21,7 +21,7 @@ defmt = "0.3"
defmt-rtt = "0.3"
embedded-storage = "0.3.0"
-embedded-io = "0.2.0"
+embedded-io = "0.3.0"
cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"