1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

tr: move from getopts to claps #1929 (#1954)

This commit is contained in:
Raymond Wang 2021-03-29 21:33:24 +10:30 committed by GitHub
parent acb57ecbd0
commit ab5b6dd844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 47 deletions

6
Cargo.lock generated
View file

@ -1325,9 +1325,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "syn"
version = "1.0.65"
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
dependencies = [
"proc-macro2",
"quote 1.0.9",
@ -2334,8 +2334,8 @@ name = "uu_tr"
version = "0.0.4"
dependencies = [
"bit-set",
"clap",
"fnv",
"getopts",
"uucore",
"uucore_procs",
]