1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2322 from miDeb/seq/improvements

seq: improve compatibility
This commit is contained in:
Sylvestre Ledru 2021-05-31 23:09:13 +02:00 committed by GitHub
commit 8618771f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 191 additions and 46 deletions

2
Cargo.lock generated
View file

@ -2421,6 +2421,8 @@ name = "uu_seq"
version = "0.0.6"
dependencies = [
"clap",
"num-bigint",
"num-traits",
"uucore",
"uucore_procs",
]