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.
12 lines
309 B
12 lines
309 B
7 years ago
|
--- phf-0.7.21/Cargo.toml 2017-01-19T09:16:46+01:00
|
||
|
+++ phf-0.7.21/Cargo.toml 2018-01-24T16:26:39.081358+01:00
|
||
|
@@ -14,7 +14,6 @@
|
||
|
|
||
|
[features]
|
||
|
core = ["phf_shared/core"]
|
||
|
-unicase = ["phf_shared/unicase"]
|
||
|
|
||
|
[dependencies]
|
||
|
-phf_shared = { version = "=0.7.21", path = "../phf_shared" }
|
||
|
+phf_shared = "=0.7.21"
|