aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
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 /example/Cargo.toml
parente2aef9aa74302fb9b977a9c3f044d3dd4b680dec (diff)
downloadincludedir-b71188c952f0f4665d359a63c1d716d00fe752ab.tar.gz
includedir-b71188c952f0f4665d359a63c1d716d00fe752ab.tar.xz
includedir-b71188c952f0f4665d359a63c1d716d00fe752ab.zip
Upgrade dependencies, bump versionv0.2.2
Diffstat (limited to 'example/Cargo.toml')
-rw-r--r--example/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml
index 3d3cbd5..ef12ec5 100644
--- a/example/Cargo.toml
+++ b/example/Cargo.toml
@@ -7,7 +7,7 @@ include = ["data", "data/*", "data/**"]
publish = false
[dependencies]
-phf = "0.7.12"
+phf = "0.7.16"
# includedir = "0.2.0"
includedir = { path = "../lib" }