lib requires unproven feature in embedded hal
All checks were successful
Rust/max116xx-10bit/pipeline/head This commit looks good
All checks were successful
Rust/max116xx-10bit/pipeline/head This commit looks good
This commit is contained in:
parent
2e011d3043
commit
310475e439
@ -12,5 +12,5 @@ categories = ["embedded", "no-std", "hardware-support"]
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embedded-hal = "0.2.6"
|
embedded-hal = { version = "0.2.6", features = ["unproven"] }
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user