diff --git a/rust/pico/Cargo.toml b/rust/pico/Cargo.toml index 77568a1..7f7c624 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -8,7 +8,7 @@ cortex-m = "0.7.7" cortex-m-rt = "0.7.3" cortex-m-rtic = "1.1.4" fugit = "0.3.7" -embedded-hal = { version = "0.2.7", features = ["unproven"] } +embedded-hal = { version = "1.0.0", features = ["unproven"] } embedded-time = "0.12.1" panic-probe = { version = "0.3.1", features = ["print-defmt"] }