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:
commit
8618771f2e
4 changed files with 191 additions and 46 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2421,6 +2421,8 @@ name = "uu_seq"
|
|||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"num-bigint",
|
||||
"num-traits",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue