From 310475e439e6d690bec0995a1fd3dd8df9e3b758 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 13 Dec 2021 00:13:57 +0100 Subject: [PATCH] lib requires unproven feature in embedded hal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 233f078..1154c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"