From 6eee3c16425f30d13fa0f80c58fbd4d0544a699b Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Mon, 26 Feb 2024 20:40:23 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 927b4d4..461a878 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use this library, create a new project and add it as a dependency: ```toml [dependencies] -bme680 = {git = "https://github.com/dnutiu/bme680-rust.git", version = "0.7.0"} +bme680 = {git = "https://github.com/dnutiu/bme680-rust.git", version = "0.8.0"} ``` # Alternative