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.
rust-phf/phf-fix-metadata.diff

18 lines
393 B

6 years ago
--- phf-0.7.24/Cargo.toml 1969-12-31T16:00:00-08:00
+++ phf-0.7.24/Cargo.toml 2019-01-07T22:33:59.562483-08:00
@@ -22,14 +22,9 @@
name = "phf"
path = "src/lib.rs"
test = false
-[dependencies.phf_macros]
-version = "0.7.24"
-optional = true
[dependencies.phf_shared]
version = "0.7.24"
[features]
core = ["phf_shared/core"]
-macros = ["phf_macros"]
-unicase = ["phf_shared/unicase"]