Skip to content

Commit 7aa70b3

Browse files
committed
Updated embedded-hal version to 1.0.0
1 parent 432aaa2 commit 7aa70b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmt-rtt = "0.4.0"
2323
panic-probe = "0.3.1"
2424
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
2525
cortex-m-rt = "0.7.0"
26-
embedded-hal = "0.2.6"
26+
embedded-hal = "1.0.0"
2727
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
2828
heapless = { version = "0.8", default-features = false }
2929
nb = "1.0.0"

0 commit comments

Comments
 (0)