diff --git a/Cargo.toml b/Cargo.toml index d459930..6e2df52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["macros"] [package] name = "docify" -version = "0.2.0" +version = "0.2.1" 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.0" } +docify_macros = { path = "macros", version = "0.2.1" } [dev-dependencies] proc-utils = "0.1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3c9866f..e03f6aa 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docify_macros" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["sam0x17"] license = "MIT"