diff --git a/Cargo.lock b/Cargo.lock index 2fde2a2..abdf783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "macro_rules_attribute" -version = "0.1.4" +version = "0.2.0" dependencies = [ "macro_rules_attribute-proc_macro", "once_cell", @@ -15,7 +15,7 @@ dependencies = [ [[package]] name = "macro_rules_attribute-proc_macro" -version = "0.1.4" +version = "0.2.0" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index 46858e5..e2b9f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macro_rules_attribute" -version = "0.1.4" # Keep in sync +version = "0.2.0" # Keep in sync authors = ["Daniel Henry-Mantilla "] edition = "2018" @@ -19,7 +19,7 @@ readme = "README.md" paste.version = "1.0.7" [dependencies.macro_rules_attribute-proc_macro] -version = "0.1.4" # Keep in sync +version = "0.2.0" # Keep in sync path = "src/proc_macro" [features] diff --git a/src/proc_macro/Cargo.toml b/src/proc_macro/Cargo.toml index daeae76..97a8fb4 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.4" # Keep in sync +version = "0.2.0" # Keep in sync authors = ["Daniel Henry-Mantilla "] edition = "2018"