Skip to content

Commit

Permalink
Updated embedded-hal version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed May 23, 2024
1 parent 432aaa2 commit 7aa70b3
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 @@ -23,7 +23,7 @@ defmt-rtt = "0.4.0"
panic-probe = "0.3.1"
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
embedded-hal = "1.0.0"
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
heapless = { version = "0.8", default-features = false }
nb = "1.0.0"
Expand Down

0 comments on commit 7aa70b3

Please sign in to comment.