aboutsummaryrefslogtreecommitdiff
path: root/codegen
diff options
context:
space:
mode:
authorTill Höppner2016-02-18 19:12:44 +0100
committerTill Höppner2016-02-18 19:12:44 +0100
commitd5fc8605e1ecb29db20a8739f770e4702f2575e6 (patch)
tree5c11d19e268581931db318bcdc6a3bdceebbf9dd /codegen
parentcf5c804fb38df114c75b37878d5703d67402ef89 (diff)
downloadincludedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.tar.gz
includedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.tar.xz
includedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.zip
Bump versions, update README examples
Diffstat (limited to 'codegen')
-rw-r--r--codegen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml
index 1fb1cad..e6b3f40 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.1.1"
+version = "0.2.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"