From 451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 12 Jan 2024 20:57:34 +0100 Subject: Allow running tests on macOS. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a88efc8..8d288ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,8 @@ embedded-hal = "1" [dev-dependencies] embedded-hal-mock = { version = "0.10", default-features = false, features = ["eh1"] } + +[target.'cfg(target_os = "linux")'.dev-dependencies] linux-embedded-hal = "0.4" [profile.release] -- cgit v1.2.3-54-g00ecf