From b173c554b8285759626d5a7ee46ef73f589777ee Mon Sep 17 00:00:00 2001 From: Tao Guo Date: Wed, 29 Nov 2023 07:33:47 +0000 Subject: [PATCH] Bump version 1.9.2 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20b6cb4..59b0375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] categories = ["command-line-interface", "command-line-utilities"] readme = "README.md" -version = "1.9.1" +version = "1.9.2" authors = ["rust-shell-script "] edition = "2018" @@ -16,7 +16,7 @@ edition = "2018" members = ["macros"] [dependencies] -cmd_lib_macros = { version = "1.9.1", path = "./macros" } +cmd_lib_macros = { version = "1.9.2", path = "./macros" } lazy_static = "1.4.0" log = "0.4.20" faccess = "0.2.4" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2b74cb6..602bf88 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-shell-script/rust_cmd_lib" repository = "https://github.com/rust-shell-script/rust_cmd_lib" keywords = ["shell", "script", "cli", "process", "pipe"] -version = "1.9.1" +version = "1.9.2" authors = ["Tao Guo "] edition = "2018"