From 31f3a4c4c0d03e4a7f0da9a898f9d25844894773 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sat, 16 Nov 2024 17:21:50 +0200 Subject: [PATCH] Pin version 0.9.0's branch in example --- examples/read-sensor-data/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/read-sensor-data/Cargo.toml b/examples/read-sensor-data/Cargo.toml index 2fbb188..3339e1e 100644 --- a/examples/read-sensor-data/Cargo.toml +++ b/examples/read-sensor-data/Cargo.toml @@ -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" }