DanielKeep / cargo-script

Cargo script subcommand
Other
729 stars 37 forks source link

Upgrade `time` crate #23

Closed abonander closed 8 years ago

abonander commented 8 years ago

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.