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] [lib]
name = "rusqlite" name = "rusqlite"
[dependencies.time] [dependencies]
git = "https://github.com/rust-lang/time" time = "0.0.3"