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

pr: use chrono instead of time

This commit is contained in:
x-dune 2023-06-04 20:17:52 +08:00
parent 99fa504257
commit 7958c5d061
3 changed files with 8 additions and 16 deletions

2
Cargo.lock generated
View file

@ -2956,11 +2956,11 @@ dependencies = [
name = "uu_pr"
version = "0.0.18"
dependencies = [
"chrono",
"clap",
"itertools",
"quick-error",
"regex",
"time",
"uucore",
]