aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/foo/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/foo/Cargo.toml b/examples/foo/Cargo.toml
index 8a30ca2..aa927c4 100644
--- a/examples/foo/Cargo.toml
+++ b/examples/foo/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Till Höppner <till@hoeppner.ws>"]
build = "build.rs"
[dependencies]
-phf = "*"
+phf = "0.7.12"
-[build-dependencies.includedir]
-path = "../.."
+[build-dependencies]
+includedir = "0.1.1"