From 38e806a89e2f96c8be9d1be448f49e99af0823f3 Mon Sep 17 00:00:00 2001 From: Tao Guo Date: Fri, 26 Mar 2021 13:54:18 -0700 Subject: [PATCH] Bump version to 0.14.6 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9066d04..2e4d5c9 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 = "0.14.5" +version = "0.14.6" authors = ["rust-shell-script "] edition = "2018" @@ -16,7 +16,7 @@ edition = "2018" members = ["macros", "examples"] [dependencies] -cmd_lib_macros = { version = "0.14.5", path = "./macros" } +cmd_lib_macros = { version = "0.14.6", path = "./macros" } lazy_static = "1.4.0" [dev-dependencies] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 30e985a..e93697d 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 = "0.14.5" +version = "0.14.6" authors = ["Tao Guo "] edition = "2018"