From e9ad1acce3917bb52ce52beb187212536160551e Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 24 Jun 2023 21:54:46 +0200 Subject: [PATCH] increase version --- pic32-config-sector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pic32-config-sector/Cargo.toml b/pic32-config-sector/Cargo.toml index 6cca80d..579674c 100644 --- a/pic32-config-sector/Cargo.toml +++ b/pic32-config-sector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pic32-config-sector" description = "Calculate constant values for PIC32 configuration words" -version = "0.2.0" +version = "0.3.0" authors = ["Stephan "] repository = "https://github.com/kiffie/pic32-rs/tree/master/pic32-config-sector" license = "MIT OR Apache-2.0"