Skip to content

Commit

Permalink
Update Rust crate embedded-hal to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 6d6d5ca commit f1d8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cortex-m = "0.7"
cortex-m-rt = "0.7"
defmt = "0.3"
defmt-rtt = "0.4"
embedded-hal = { version = "0.2", features = ["unproven"] }
embedded-hal = { version = "1.0", features = ["unproven"] }
panic-probe = { version = "0.3", features = ["print-defmt"] }
# Board support for RP Pico
rp-pico = "0.8"
Expand Down

0 comments on commit f1d8f5f

Please sign in to comment.