Compare commits

...

1 commit

Author SHA1 Message Date
31f3a4c4c0 Pin version 0.9.0's branch in example 2024-11-16 17:21:50 +02:00

View file

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