Update embedded-hal to v1.0
This commit is contained in:
parent
49ee0564ed
commit
c9ac39df94
21 changed files with 48 additions and 87 deletions
cyw43
|
@ -23,7 +23,7 @@ cortex-m = "0.7.6"
|
|||
cortex-m-rt = "0.7.0"
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] }
|
||||
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-rc.3" }
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
||||
num_enum = { version = "0.5.7", default-features = false }
|
||||
|
||||
[package.metadata.embassy_docs]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue