From ebd62215ff05bd0a43a17539e39b92fac8d024cb Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Mon, 18 Nov 2019 16:38:52 +0100 Subject: [PATCH] Bumped version to 0.5.1, cyccntr bugfix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56ef2aca43..ce371f931c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" readme = "README.md" repository = "https://github.com/rtfm-rs/cortex-m-rtfm" -version = "0.5.0" +version = "0.5.1" [lib] name = "rtfm"