Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
7713e3ec9d | |||
753af2629f | |||
48d7a04679 |
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bme680 = {git = "https://github.com/dnutiu/bme680-rust.git", version = "0.9.0", branch = "v0.9.0"}
|
bme680 = {path = "../../"}
|
||||||
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