You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
408 B
11 lines
408 B
7 years ago
|
--- phf_codegen-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
|
||
|
+++ phf_codegen-0.7.21/Cargo.toml 2018-01-24T15:06:37.893065+01:00
|
||
|
@@ -8,5 +8,5 @@
|
||
|
documentation = "https://docs.rs/phf_codegen/0.7.21/phf_codegen"
|
||
|
|
||
|
[dependencies]
|
||
|
-phf_generator = { version = "=0.7.21", path = "../phf_generator" }
|
||
|
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
|
||
|
+phf_generator = "=0.7.21"
|
||
|
+phf_shared = "=0.7.21"
|