lib requires unproven feature in embedded hal
Rust/max116xx-10bit/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2021-12-13 00:13:57 +01:00
parent 2e011d3043
commit 310475e439
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -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
[dependencies]
embedded-hal = "0.2.6"
embedded-hal = { version = "0.2.6", features = ["unproven"] }
nb = "1.0.0"