mirror of
https://github.com/uutils/coreutils
synced 2024-11-05 14:21:32 +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]]
|
||||
name = "uuhelp_parser"
|
||||
version = "0.0.18"
|
||||
version = "0.0.19"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -18,4 +18,4 @@ proc-macro = true
|
|||
[dependencies]
|
||||
proc-macro2 = "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]
|
||||
name = "uuhelp_parser"
|
||||
version = "0.0.18"
|
||||
version = "0.0.19"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "A collection of functions to parse the markdown code of help files"
|
||||
|
|
Loading…
Reference in a new issue