fix(time): The time crate has moved to out-of-tree.
This adds a dependency on the time crate found in rust-lang/time and fixes a field rename from tm_gmtoff to tm_utcoff. add time dependency tm_gmtoff has been renamed to tm_utcoff
This commit is contained in:
committed by
Jonathan Reem
parent
5605ade5dc
commit
7de67e62f3
@@ -30,3 +30,6 @@ git = "https://github.com/chris-morgan/rust-http"
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/alexcrichton/cookie-rs"
|
||||
|
||||
[dependencies.time]
|
||||
git = "https://github.com/rust-lang/time"
|
||||
|
||||
Reference in New Issue
Block a user