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

uuhelp_parser: update of the version

This commit is contained in:
Sylvestre Ledru 2023-06-01 21:06:34 +02:00
parent e3cb5a111d
commit 204d9b64f9
4 changed files with 4 additions and 4 deletions

View file

@ -358,7 +358,7 @@ selinux = { workspace=true, optional = true }
textwrap = { workspace=true }
zip = { workspace=true, optional = true }
uuhelp_parser = { path="src/uuhelp_parser", optional = true }
uuhelp_parser = { optional=true, version=">=0.0.19", path="src/uuhelp_parser"}
# * uutils
uu_test = { optional=true, version="0.0.19", package="uu_test", path="src/uu/test" }