Compare commits

..

3 commits

Author SHA1 Message Date
7713e3ec9d Add README.md
Some checks failed
Continuous integration / Cargo Check (push) Has been cancelled
Continuous integration / Check Formatting (push) Has been cancelled
Continuous integration / Check Lints (push) Has been cancelled
2025-01-07 11:40:36 +00:00
753af2629f Delete README.md
Some checks are pending
Continuous integration / Cargo Check (push) Waiting to run
Continuous integration / Check Formatting (push) Waiting to run
Continuous integration / Check Lints (push) Waiting to run
2025-01-07 11:39:52 +00:00
48d7a04679
Merge pull request #3 from dnutiu/v0.9.0
V0.9.0
2024-11-16 17:18:56 +02:00

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[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"
linux-embedded-hal = "0.4.0"
anyhow = { version = "1.0.80" }