From 2c3fc02fef332427af995e23b8ca4aa1d8b00a7d Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 25 Feb 2024 20:57:40 +0200 Subject: [PATCH] update rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5b6c69..b90f9e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "bme680" repository = "https://github.com/dnutiu/bme680-rust" version = "0.7.0" -edition = "2018" +edition = "2021" [badges] maintenance = { status = "passively-maintained" }