aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-16 19:10:57 +0100
committerTill Höppner2016-02-16 19:10:57 +0100
commit013704950b4dc9e57149dc963d2f68039d83ae7b (patch)
tree4c9fb7520f86a53bf4fa90e45c0f4e59454b1236
parent7e6af834ea05913f5e865e3b1ea5fca22b0222a3 (diff)
downloadincludedir-013704950b4dc9e57149dc963d2f68039d83ae7b.tar.gz
includedir-013704950b4dc9e57149dc963d2f68039d83ae7b.tar.xz
includedir-013704950b4dc9e57149dc963d2f68039d83ae7b.zip
Make example use published crate
-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"