From f436569aafe7c378382cea724a71b3fb08d8aec9 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 27 Sep 2021 12:04:24 +0200 Subject: [PATCH] Preparing rc.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4ba065..ae0821a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = [] license = "MIT OR Apache-2.0" name = "rtic-syntax" repository = "https://github.com/rtic-rs/rtic-syntax" -version = "0.5.0-alpha.4" +version = "0.5.0-rc.1" [dependencies] indexmap = "1.0.2"