Skip to content

Commit

Permalink
Reformat phf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jul 15, 2016
1 parent afc9c65 commit b18825b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ serde_json = { version = "0.6.0", optional = true }
[dependencies]
bitflags = "0.7"
raw-cpuid = "2.*"

[dependencies.phf]
version = "0.7.7"
optional = true
features = ["core"]
phf = { version = "0.7.7", optional = true, features = ["core"] }

0 comments on commit b18825b

Please sign in to comment.