aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTill Höppner2016-09-15 23:51:46 +0200
committerTill Höppner2016-09-15 23:51:46 +0200
commitb71188c952f0f4665d359a63c1d716d00fe752ab (patch)
tree81a7097b947b2aea742fba41b66e663932387772 /lib
parente2aef9aa74302fb9b977a9c3f044d3dd4b680dec (diff)
downloadincludedir-0.2.2.tar.gz
includedir-0.2.2.tar.xz
includedir-0.2.2.zip
Upgrade dependencies, bump versionv0.2.2
Diffstat (limited to 'lib')
-rw-r--r--lib/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index 2dc55e6..305d39a 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.1"
+version = "0.2.2"
authors = ["Till Höppner <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"
@@ -12,6 +12,6 @@ repository = "https://github.com/tilpner/includedir"
default = ["flate2"]
[dependencies]
-phf = "0.7.12"
+phf = "0.7.16"
-flate2 = { version = "0.2.13", optional = true }
+flate2 = { version = "0.2.14", optional = true }