From 881f9c00359a77183ca4f1c14a34d64a68c4dda0 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 22 Nov 2021 08:16:46 -0600 Subject: [PATCH] bumped to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d741abb2..d7b46b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "xmc4100" description = "XMC4100 Cortex-M peripheral access library" license = "MIT" -version = "0.4.0" +version = "0.5.0" readme = "README.md" authors = ["Lucas Brendel "] repository = "https://github.com/xmc-rs/xmc4100"