diff options
author | Till Höppner | 2016-02-18 19:12:44 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-18 19:12:44 +0100 |
commit | d5fc8605e1ecb29db20a8739f770e4702f2575e6 (patch) | |
tree | 5c11d19e268581931db318bcdc6a3bdceebbf9dd /example | |
parent | cf5c804fb38df114c75b37878d5703d67402ef89 (diff) | |
download | includedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.tar.gz includedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.tar.xz includedir-d5fc8605e1ecb29db20a8739f770e4702f2575e6.zip |
Bump versions, update README examples
Diffstat (limited to 'example')
-rw-r--r-- | example/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/example/Cargo.toml b/example/Cargo.toml index a3cd724..c7c6496 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -8,9 +8,7 @@ publish = false [dependencies] phf = "0.7.12" -# includedir = "0.1.1" -includedir = { default-features = true, path = "../lib" } +includedir = "0.2.0" [build-dependencies] -# includedir_codegen = "0.1.1" -includedir_codegen = { path = "../codegen" } +includedir_codegen = "0.2.0" |