Update Rust crate embedded-hal to v1
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 5m27s
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 5m27s
This commit is contained in:
parent
22e0ea09e5
commit
a8392dc0f7
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue