Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@czy-29 czy-29 released this 26 Jan 01:12

README has updated a notice:

Notice:

Rust 1.75 stabilized std::fs::File::set_times and FileTimesExt trait. This means that if you use Rust 1.75 and above, or your library's MSRV allows the use of 1.75 and above, you no longer need to use this crate, and we recommend that you use the standard library directly.

But if you are unable to use Rust 1.75 and above for some reason, then you still need to use this crate as a workaround.