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

Merge pull request #4629 from tertsdiepraam/uniq-remove-strum

`uniq`: remove `strum` dependency
This commit is contained in:
Sylvestre Ledru 2023-03-25 16:00:38 +01:00 committed by GitHub
commit c0bd851184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 41 deletions

View file

@ -316,8 +316,6 @@ same-file = "1.0.6"
selinux = "0.4"
signal-hook = "0.3.14"
smallvec = { version = "1.10", features = ["union"] }
strum = "0.24.1"
strum_macros = "0.24.2"
tempfile = "3.4.0"
term_grid = "0.1.5"
terminal_size = "0.2.5"