From b0d711e34bd7b8a5d8facea9061b27def80e02a1 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Fri, 27 Oct 2023 14:02:59 -0400 Subject: [PATCH] bump to v0.2.6 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02e14b7..bd83e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "docify" -version = "0.2.5" +version = "0.2.6" 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.5" } +docify_macros = { path = "macros", version = "0.2.6" } [dev-dependencies] proc-utils = "0.1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index e610ffc..a66ad78 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docify_macros" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["sam0x17"] license = "MIT"