Lock to phf 0.1

This commit is contained in:
Steven Fackler 2014-11-27 10:18:31 -08:00
parent 81da54e04f
commit d674b8a4a0

View File

@ -22,8 +22,8 @@ path = "tests/test.rs"
default = ["uuid", "time"]
[dependencies]
phf = "*"
phf_mac = "*"
phf = "0.1"
phf_mac = "0.1"
openssl = "0.1"
[dependencies.uuid]