From 204d9b64f98ea81001c3da745356d98e9a185c1b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 1 Jun 2023 21:06:34 +0200 Subject: [PATCH] uuhelp_parser: update of the version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/uucore_procs/Cargo.toml | 2 +- src/uuhelp_parser/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5048b4aa0..33b7b498a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3433,7 +3433,7 @@ dependencies = [ [[package]] name = "uuhelp_parser" -version = "0.0.18" +version = "0.0.19" [[package]] name = "uuid" diff --git a/Cargo.toml b/Cargo.toml index 7e851363f..a5c768468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index 0ef44fbae..9da5e5ab2 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -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" } diff --git a/src/uuhelp_parser/Cargo.toml b/src/uuhelp_parser/Cargo.toml index 9f4c0d68d..ced3a0893 100644 --- a/src/uuhelp_parser/Cargo.toml +++ b/src/uuhelp_parser/Cargo.toml @@ -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"