From e3779d458eb6bd0232669877d95514255cb4e5b7 Mon Sep 17 00:00:00 2001 From: Caemor <11088935+caemor@users.noreply.github.com> Date: Mon, 29 Nov 2021 00:17:57 +0100 Subject: [PATCH] Update linux embedded hal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1b489c..65e4efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bit_field = "0.10.1" [dev-dependencies] embedded-graphics = "0.7.1" -linux-embedded-hal = "0.3" +linux-embedded-hal = "0.4.0-alpha.1" embedded-hal-mock = "0.8" [features]