1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

Merge pull request #4631 from tertsdiepraam/factor-remove-paste-dep

`factor`: remove `paste` dev dependency
This commit is contained in:
Sylvestre Ledru 2023-03-25 15:58:46 +01:00 committed by GitHub
commit d5678e5120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 60 additions and 18 deletions

7
Cargo.lock generated
View file

@ -1570,12 +1570,6 @@ dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "paste"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
[[package]]
name = "peeking_take_while"
version = "0.1.2"
@ -2578,7 +2572,6 @@ dependencies = [
"clap",
"coz",
"num-traits",
"paste",
"quickcheck",
"rand",
"smallvec",