From 366bc6e345391a06eb4e5ae27709879cfa976bd2 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Mon, 14 Aug 2023 12:03:27 +0200 Subject: [PATCH] Incremented version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be5e345..a7fe8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["gpio", "PCA9539", "no_std", "expander", "ic"] categories = ["embedded", "hardware-support", "no-std"] authors = ["PEGASUS GmbH "] license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/pegasus-aero/rt-PCA9539" readme = "README.md"