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

Merge pull request #4942 from x-dune/pr-use-chrono

`pr` use chrono instead of time
This commit is contained in:
Sylvestre Ledru 2023-06-04 18:46:38 +02:00 committed by GitHub
commit 3d220513e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 16 deletions

2
Cargo.lock generated
View file

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