utime 0.3.1

A missing utime function for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# utime changelog
## 0.3.1

* Update dependencies: winapi 0.2, kernel32-sys 0.2 → winapi 0.3
* Use winapi dependency only in Windows, use libc dependency only in
  Unix-like target.

## 0.3.0

* Timestamps are now i64 (previously u64) seconds from the Unix epoch, the same
  as in `std::os::unix::fs::MetadataExt` and `utimes(2)`.