From 552ee650b62df47cc68d220720238d446d8f46a6 Mon Sep 17 00:00:00 2001 From: Marius Meissner Date: Mon, 18 Dec 2023 12:39:25 +0100 Subject: [PATCH] Incremented version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13eb1f4..7cb1040 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.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/pegasus-aero/rt-PCA9539" readme = "README.md"