mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Merge pull request #3924 from cakebaker/remove_version_of_time_dependency
Remove version from time dependency in Cargo.lock
This commit is contained in:
commit
e8715cb76a
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2624,7 +2624,7 @@ dependencies = [
|
|||
"itertools",
|
||||
"quick-error",
|
||||
"regex",
|
||||
"time 0.3.14",
|
||||
"time",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue