From a6bb26159613db316c14392215f08479d60093e1 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Wed, 29 Nov 2023 03:05:23 -0500 Subject: [PATCH] bump to v0.2.7 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd83e54..5117758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "docify" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["sam0x17"] license = "MIT" @@ -14,7 +14,7 @@ repository = "https://github.com/sam0x17/docify" description = "Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples." [dependencies] -docify_macros = { path = "macros", version = "0.2.6" } +docify_macros = { path = "macros", version = "0.2.7" } [dev-dependencies] proc-utils = "0.1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 0f8446e..217054c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docify_macros" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["sam0x17"] license = "MIT"