Merge pull request #77 from alexcrichton/update

Depend on rust-lang/time
This commit is contained in:
Steven Fackler 2014-11-13 11:59:09 -06:00
commit f3fbdd56a8

View File

@ -28,6 +28,9 @@ git = "https://github.com/sfackler/rust-phf"
git = "https://github.com/rust-lang/uuid"
optional = true
[dependencies.time]
git = "https://github.com/rust-lang/time"
[dev-dependencies.url]
git = "https://github.com/servo/rust-url"