From 64e5c06c835433c7ed420305dfeaf6c4b3dd771f Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 3 Mar 2024 19:09:33 +0200 Subject: [PATCH] update Cargo.toml to v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c3c4cc..d632b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://github.com/dnutiu/bme680-rust" license = "MIT" name = "bme680" repository = "https://github.com/dnutiu/bme680-rust" -version = "0.7.0" +version = "0.8.0" edition = "2021" [badges]