alexcrichton / filetime

Accessing file timestamps in a platform-agnostic fashion in Rust
Apache License 2.0
122 stars 56 forks source link

Parsing fails due to new "Edition" field #41

Closed supermacro closed 5 years ago

supermacro commented 5 years ago

Hello,

Looks like the following commit prevents us from compiling cargo-watch on stable, since it adds a new field, that cannot be parsed on stable.

https://github.com/alexcrichton/filetime/commit/38857bbda347a983a4b9b252e22e48cbd3f5443c

Here's a screenshot.

image

Any suggestions on how to fix this issue without us having to go over to nightly?

alexcrichton commented 5 years ago

Thanks for the report! This crate now requires rustc 1.32.0+, so you'll want to update your rustc.