diff options
Diffstat (limited to 'examples/stm32l0/Cargo.toml')
-rw-r--r-- | examples/stm32l0/Cargo.toml | 2 |
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" |