Use time from crates.io instead of github

This commit is contained in:
John Gallagher 2014-11-21 09:52:44 -05:00
parent 315f210ca5
commit 659a57cf66

View File

@ -12,5 +12,5 @@ license = "MIT"
[lib]
name = "rusqlite"
[dependencies.time]
git = "https://github.com/rust-lang/time"
[dependencies]
time = "0.0.3"