From f2233a31329f25676afa9f0362757d24bcd0e237 Mon Sep 17 00:00:00 2001 From: Xavientois Date: Wed, 20 Apr 2022 13:57:13 -0400 Subject: [PATCH] Bump semver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72fbbac..96f8b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "rppal-dht11" readme = "README.md" repository = "https://github.com/Xavientois/rppal-dht11-rs" -version = "0.3.1" +version = "0.4.0" [dependencies] rppal = { version = "0.13", features = ["hal"] }