removed linux embedded hal
This commit is contained in:
parent
59bfc207da
commit
ac2cdf8fb5
1 changed files with 8 additions and 3 deletions
|
@ -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"
|
Loading…
Reference in a new issue