Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
31f3a4c4c0 |
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bme680 = {path = "../../"}
|
bme680 = {git = "https://github.com/dnutiu/bme680-rust.git", version = "0.9.0", branch = "v0.9.0"}
|
||||||
env_logger = "0.11.5"
|
env_logger = "0.11.5"
|
||||||
linux-embedded-hal = "0.4.0"
|
linux-embedded-hal = "0.4.0"
|
||||||
anyhow = { version = "1.0.80" }
|
anyhow = { version = "1.0.80" }
|
||||||
|
|
Loading…
Reference in a new issue