From 401a52eb20e32be3ee496bb19efcb35511777576 Mon Sep 17 00:00:00 2001 From: "Justin (:flaviusb) Marsh" Date: Sun, 8 Sep 2024 23:19:55 +1200 Subject: [PATCH] chore: Release --- Cargo.toml | 6 +++--- do_with_in_base/Cargo.toml | 2 +- do_with_in_internal_macros/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cee2ae1..dc45cee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "do-with-in" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Justin (:flaviusb) Marsh "] description = "A template language for Rust metaprogramming using partial staging." @@ -27,6 +27,6 @@ members = ["do_with_in_base", "do_with_in_internal_macros",] quote = "1.0" syn = { version = "2.0", features = ["full", "visit", "fold", "extra-traits", "parsing", "proc-macro"] } proc-macro2 = "1.0" -do-with-in-base = { path = "do_with_in_base", version = "0.1.5", features = ["doc-kludge"] } -do-with-in-internal-macros = { path = "do_with_in_internal_macros", version = "0.1.5", features = ["doc-kludge"] } +do-with-in-base = { path = "do_with_in_base", version = "0.1.6", features = ["doc-kludge"] } +do-with-in-internal-macros = { path = "do_with_in_internal_macros", version = "0.1.6", features = ["doc-kludge"] } axohtml = { version = "0.5", optional = true } diff --git a/do_with_in_base/Cargo.toml b/do_with_in_base/Cargo.toml index 20e817b..eb40e0c 100644 --- a/do_with_in_base/Cargo.toml +++ b/do_with_in_base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "do-with-in-base" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Justin (:flaviusb) Marsh "] description = "A template language for Rust metaprogramming using partial staging." diff --git a/do_with_in_internal_macros/Cargo.toml b/do_with_in_internal_macros/Cargo.toml index 468a0e9..f55e2ca 100644 --- a/do_with_in_internal_macros/Cargo.toml +++ b/do_with_in_internal_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "do-with-in-internal-macros" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Justin (:flaviusb) Marsh "] description = "A template language for Rust metaprogramming using partial staging." @@ -20,4 +20,4 @@ doc-kludge = [] quote = "1.0" syn = { version = "2.0", features = ["full", "visit", "fold", "extra-traits", "parsing", "proc-macro"] } proc-macro2 = "1.0" -do-with-in-base = { path = "../do_with_in_base", version = "0.1.5" } +do-with-in-base = { path = "../do_with_in_base", version = "0.1.6" }