diff options
Diffstat (limited to 'codegen/Cargo.toml')
-rw-r--r-- | codegen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index e6b3f40..3c12cb3 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -2,7 +2,7 @@ name = "includedir_codegen" description = "Include a whole directory tree at compile time! - Compile time part" keywords = ["include", "tree", "directory", "build", "static"] -version = "0.2.0" +version = "0.2.1" authors = ["Till Höppner <till@hoeppner.ws>"] license = "MIT" homepage = "https://github.com/tilpner/includedir" |