diff options
author | Markus Reiter <me@reitermark.us> | 2024-01-12 20:57:34 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2024-01-19 11:23:31 +0100 |
commit | 451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd (patch) | |
tree | c53a571f2a8b3b258f651a2909b65851ca6e6f72 /Cargo.toml | |
parent | 29e3aba9cd0a4a1011cd0b31587e58c094ac1b40 (diff) | |
download | ads1x1x-async-451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd.tar.gz ads1x1x-async-451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd.tar.xz ads1x1x-async-451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd.zip |
Allow running tests on macOS.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |