diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2024-03-12 16:22:26 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2024-03-12 16:22:26 +0900 |
| commit | 27c49e1756361d2fb33ae1307c615748be6b45f1 (patch) | |
| tree | 7fbcb52b9d31ea324b2e456f74f7cab223f6a44b | |
| parent | e22ca036279dd3fc2aaf05dfca78e5088d98b03e (diff) | |
| download | rust-27c49e1756361d2fb33ae1307c615748be6b45f1.tar.gz rust-27c49e1756361d2fb33ae1307c615748be6b45f1.zip | |
filetime::FileTime::now() is new in 0.2.9
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 64571d4cc80..502708e6d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ regex = "1.5.5" toml = "0.7.3" walkdir = "2.3" # This is used by the `collect-metadata` alias. -filetime = "0.2" +filetime = "0.2.9" itertools = "0.12" # UI test dependencies |
