Auto merge of #12470 - sanxiyn:filetime, r=Alexendoo
filetime::FileTime::now() is new in 0.2.9 Clippy makes a use of `filetime::FileTime::now()`, which is new in `filetime` 0.2.9. changelog: none
This commit is contained in:
commit
660b058ba2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user