mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
uuhelp_parser: update of the version
This commit is contained in:
parent
e3cb5a111d
commit
204d9b64f9
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3433,7 +3433,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuhelp_parser"
|
name = "uuhelp_parser"
|
||||||
version = "0.0.18"
|
version = "0.0.19"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
|
|
|
@ -358,7 +358,7 @@ selinux = { workspace=true, optional = true }
|
||||||
textwrap = { workspace=true }
|
textwrap = { workspace=true }
|
||||||
zip = { workspace=true, optional = 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
|
# * uutils
|
||||||
uu_test = { optional=true, version="0.0.19", package="uu_test", path="src/uu/test" }
|
uu_test = { optional=true, version="0.0.19", package="uu_test", path="src/uu/test" }
|
||||||
|
|
|
@ -18,4 +18,4 @@ proc-macro = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
uuhelp_parser = { path="../uuhelp_parser", version="0.0.18" }
|
uuhelp_parser = { path="../uuhelp_parser", version="0.0.19" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "uuhelp_parser"
|
name = "uuhelp_parser"
|
||||||
version = "0.0.18"
|
version = "0.0.19"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A collection of functions to parse the markdown code of help files"
|
description = "A collection of functions to parse the markdown code of help files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue