From b1d1b55fc695bbe9058f95d680fcb2d2b6382260 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Thu, 29 Dec 2022 13:33:37 -0600 Subject: [PATCH] bumping version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5ac942f..b668c86b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "xmc4100" description = "XMC4100 Cortex-M peripheral access library" license = "MIT" -version = "0.5.0" +version = "0.6.0" readme = "README.md" authors = ["Lucas Brendel "] repository = "https://github.com/xmc-rs/xmc4100"