alexcrichton / filetime

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

redox: relax type requirement for tv_nsec, fixing x86 32-bit #104

Closed jackpot51 closed 1 month ago

jackpot51 commented 8 months ago

The type is c_long on some platforms and i64 on others.

jackpot51 commented 1 month ago

@alexcrichton can you please review this? I have rebased it on main.

jackpot51 commented 1 month ago

Thank you!

jackpot51 commented 1 month ago

Could a new release be published?

alexcrichton commented 1 month ago

Sure thing, done now