From b0687a2b57b389259d2ca8cfc6cd51d14079179a Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Fri, 1 Jul 2022 15:46:38 +0200 Subject: [PATCH] Incremented version to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3cabd2..3221b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["LTC681X", "BMS", "no_std", "battery", "ic"] categories = ["embedded", "hardware-support", "no-std"] authors = ["PEGASUS GmbH "] license = "MIT OR Apache-2.0" -version = "0.3.2" +version = "0.3.3" edition = "2021" repository = "https://github.com/pegasus-aero/rt-LTC681X" readme = "README.md"