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 /lib/Cargo.toml | |
parent | c5dd55a06964013d2fdb99aec4dfee8f5bc19846 (diff) | |
download | includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.gz includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.tar.xz includedir-3c438540e0f6e8df9df8603f260634b3b5de4839.zip |
[ci skip] Bump versions
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r-- | lib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |