diff options
author | Till Höppner | 2016-02-16 19:10:57 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-16 19:10:57 +0100 |
commit | 013704950b4dc9e57149dc963d2f68039d83ae7b (patch) | |
tree | 4c9fb7520f86a53bf4fa90e45c0f4e59454b1236 /examples/foo/Cargo.toml | |
parent | 7e6af834ea05913f5e865e3b1ea5fca22b0222a3 (diff) | |
download | includedir-013704950b4dc9e57149dc963d2f68039d83ae7b.tar.gz includedir-013704950b4dc9e57149dc963d2f68039d83ae7b.tar.xz includedir-013704950b4dc9e57149dc963d2f68039d83ae7b.zip |
Make example use published crate
Diffstat (limited to 'examples/foo/Cargo.toml')
-rw-r--r-- | examples/foo/Cargo.toml | 6 |
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" |