removed linux embedded hal

This commit is contained in:
shufps 2024-07-06 09:45:22 +02:00
parent 59bfc207da
commit ac2cdf8fb5

View file

@ -16,8 +16,13 @@ bitflags = "1.2"
embedded-hal = "=1.0.0"
log = "0.4"
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
linux-embedded-hal = "0.4.0"
anyhow = "1.0.80"
# no_std!
#linux-embedded-hal = "0.4.0"
#anyhow = "1.0.80"
# no_std :)
anyhow = { version = "1.0.80", default-features = false }
[dev-dependencies]
env_logger = "0.9"