aboutsummaryrefslogtreecommitdiff
path: root/codegen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/Cargo.toml')
-rw-r--r--codegen/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml
index 3c12cb3..468366f 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.1"
+version = "0.2.2"
authors = ["Till Höppner <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"
@@ -10,5 +10,5 @@ repository = "https://github.com/tilpner/includedir"
[dependencies]
walkdir = "0.1.5"
-phf_codegen = "0.7.12"
-flate2 = "0.2.13"
+phf_codegen = "0.7.16"
+flate2 = "0.2.14"