1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Remove version from time dependency in Cargo.lock

This commit is contained in:
Daniel Hofstetter 2022-09-11 16:41:26 +02:00
parent e40f175bb6
commit f4a988573d

2
Cargo.lock generated
View file

@ -2624,7 +2624,7 @@ dependencies = [
"itertools",
"quick-error",
"regex",
"time 0.3.14",
"time",
"uucore",
]