add linux embedded hall to dependencies
This commit is contained in:
parent
9a6893f326
commit
160b178f2e
1 changed files with 2 additions and 5 deletions
|
@ -9,7 +9,6 @@ version = "0.6.0"
|
|||
edition = "2018"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "https://github.com/marcelbuesing/bme680-hal", branch = "master" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
|
||||
[dependencies]
|
||||
|
@ -17,6 +16,7 @@ bitflags = "1.2"
|
|||
embedded-hal = "=1.0.0"
|
||||
log = "0.4"
|
||||
serde = { version = "1.0", optional = true, default-features = false }
|
||||
linux-embedded-hal = "0.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9"
|
||||
|
@ -24,7 +24,4 @@ futures = { version = "0.3" }
|
|||
i2cdev = "0.5"
|
||||
influx_db_client = { version = "0.5", default-features= false, features = ["rustls-tls"] }
|
||||
tokio = {version = "1.5", features = ["full"] }
|
||||
url = "2.1"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dev-dependencies]
|
||||
linux-embedded-hal = "0.4.0"
|
||||
url = "2.1"
|
Loading…
Reference in a new issue