diff options
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" |