From 3c438540e0f6e8df9df8603f260634b3b5de4839 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sat, 20 Feb 2016 02:40:51 +0100 Subject: [ci skip] Bump versions --- codegen/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 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 "] license = "MIT" homepage = "https://github.com/tilpner/includedir" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b13589b..2dc55e6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "includedir" description = "Include a whole directory tree at compile time! - Runtime part" keywords = ["include", "tree", "directory", "build", "static"] -version = "0.2.0" +version = "0.2.1" authors = ["Till Höppner "] license = "MIT" homepage = "https://github.com/tilpner/includedir" -- cgit v1.2.3