aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-20 02:40:51 +0100
committerTill Höppner2016-02-20 02:40:51 +0100
commit3c438540e0f6e8df9df8603f260634b3b5de4839 (patch)
tree0a470d99ce1d346ef9c0ba9d3aaeb2bd6200804e
parentc5dd55a06964013d2fdb99aec4dfee8f5bc19846 (diff)
downloadincludedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.gz
includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.xz
includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.zip
[ci skip] Bump versions
-rw-r--r--codegen/Cargo.toml2
-rw-r--r--lib/Cargo.toml2
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 <till@hoeppner.ws>"]
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 <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"