From e4a00b855b30c80d9cce9d1a9685702bff1f9ced Mon Sep 17 00:00:00 2001 From: Daniel Henry-Mantilla Date: Tue, 12 Apr 2022 13:14:05 +0200 Subject: [PATCH] Version 0.1.0 release --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- src/proc_macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b77ba3..a31634d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "macro_rules_attribute" -version = "0.1.0-rc2" +version = "0.1.0" dependencies = [ "macro_rules_attribute-proc_macro", "once_cell", @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "macro_rules_attribute-proc_macro" -version = "0.1.0-rc2" +version = "0.1.0" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index ae48b48..08064c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macro_rules_attribute" -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync authors = ["Daniel Henry-Mantilla "] edition = "2021" @@ -19,7 +19,7 @@ readme = "README.md" paste.version = "1.0.7" [dependencies.macro_rules_attribute-proc_macro] -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync path = "src/proc_macro" [features] diff --git a/src/proc_macro/Cargo.toml b/src/proc_macro/Cargo.toml index ac72ae1..6be40d6 100644 --- a/src/proc_macro/Cargo.toml +++ b/src/proc_macro/Cargo.toml @@ -4,7 +4,7 @@ path = "mod.rs" [package] name = "macro_rules_attribute-proc_macro" -version = "0.1.0-rc2" # Keep in sync +version = "0.1.0" # Keep in sync authors = ["Daniel Henry-Mantilla "] edition = "2021"