From a871b26327e463c9dffe3c5f2ab5ed3fe9d1b82a Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Fri, 17 Jun 2022 18:38:21 +0200 Subject: [PATCH] Incremented crate version to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a932fe8..a489375 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.0" +version = "0.3.1" edition = "2021" repository = "https://github.com/pegasus-aero/rt-LTC681X" readme = "README.md"