Skip to content

Commit 660b058

Browse files
committed
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
2 parents 73be486 + 27c49e1 commit 660b058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ regex = "1.5.5"
3636
toml = "0.7.3"
3737
walkdir = "2.3"
3838
# This is used by the `collect-metadata` alias.
39-
filetime = "0.2"
39+
filetime = "0.2.9"
4040
itertools = "0.12"
4141

4242
# UI test dependencies

0 commit comments

Comments
 (0)