1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting

tail hex parsing, remove fundu dependency
This commit is contained in:
Jeremy Smart 2025-04-23 12:34:00 -04:00 committed by GitHub
parent 0125bbc2b4
commit 044b33d8cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 125 additions and 91 deletions

View file

@ -1,7 +1,7 @@
# coreutils (uutils)
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
# spell-checker:ignore (libs) bigdecimal datetime serde bincode fundu gethostid kqueue libselinux mangen memmap procfs uuhelp startswith constness expl
# spell-checker:ignore (libs) bigdecimal datetime serde bincode gethostid kqueue libselinux mangen memmap procfs uuhelp startswith constness expl
[package]
name = "coreutils"
@ -295,7 +295,6 @@ filetime = "0.2.23"
fnv = "1.0.7"
fs_extra = "1.3.0"
fts-sys = "0.2.16"
fundu = "2.0.0"
gcd = "2.3"
glob = "0.3.1"
half = "2.4.1"