From 2cb777589675350a912bf4e077d14184871dc0b4 Mon Sep 17 00:00:00 2001 From: Caemor <11088935+caemor@users.noreply.github.com> Date: Tue, 30 Nov 2021 23:57:33 +0100 Subject: [PATCH] Update linux eh to git patch repo for testing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51be1d7..1850726 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 = {path = "../linux-embedded-hal"}# "0.4.0-alpha.1" +linux-embedded-hal = {git = "https://github.com/caemor/linux-embedded-hal"}# "0.4.0-alpha.1" embedded-hal-mock = "0.8" [features]