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"