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

uniq: convert string to Delimiters manually instead of via strum

This commit is contained in:
Terts Diepraam 2023-03-25 11:21:25 +01:00
parent 0596e7e49f
commit 5a60aa0a19
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"