From c5e6d1fa49e3596227a8ee8fe89e2e4f66db3169 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 27 Aug 2020 15:02:43 +0200 Subject: [PATCH] Version fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84576b94ac..d956113951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.5.4" +version = "0.5.5" [lib] name = "rtic"