Implement fd_filestat_set_times using the filetime crate.

This commit is contained in:
Marcin Mielniczuk
2019-08-05 11:44:59 +02:00
committed by Jakub Konka
parent 46c41abd60
commit 2f1afc4846
4 changed files with 31 additions and 53 deletions

View File

@@ -16,6 +16,7 @@ libc = "0.2"
rand = "0.6"
cfg-if = "0.1.9"
log = "0.4"
filetime = "0.2.6"
[target.'cfg(unix)'.dependencies]
nix = "0.13"