Skip to content

Commit

Permalink
fix(deps): update rust crate embedded-hal to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent f25f53d commit 778f273
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 @@ -27,7 +27,7 @@ nb = "1.1.0"
cortex-m-rt = "0.7.4"
void = { version = "1.0.2", default-features = false }
cast = { version = "0.3.0", default-features = false }
embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-hal = { version = "1.0.0", features = ["unproven"] }

[features]
device-selected = []
Expand Down

0 comments on commit 778f273

Please sign in to comment.