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

2
Cargo.lock generated
View file

@ -3433,7 +3433,7 @@ dependencies = [
[[package]]
name = "uuhelp_parser"
version = "0.0.18"
version = "0.0.19"
[[package]]
name = "uuid"

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" }

View file

@ -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" }

View file

@ -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"