DanielKeep/cargo-script

Upgrade `time` crate

abonander opened this issue · 0 comments

The time crate is now 10 versions ahead at 0.1.35, which no longer has its own build script. time 0.1.25 looks for the sys/time.h header on Windows which is not available on MSVC targets (#22).

This upgrade does not appear to be a breaking change. The latest version of winapi is stated to be compatible with at least Rust 1.4.