diff options
author | Till Höppner | 2016-02-20 02:40:51 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-20 02:40:51 +0100 |
commit | 3c438540e0f6e8df9df8603f260634b3b5de4839 (patch) | |
tree | 0a470d99ce1d346ef9c0ba9d3aaeb2bd6200804e /codegen/Cargo.toml | |
parent | c5dd55a06964013d2fdb99aec4dfee8f5bc19846 (diff) | |
download | includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.gz includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.xz includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.zip |
[ci skip] Bump versions
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" |