Skip to content

Commit c05052f

Browse files
committed
Bump version to 1.9.5
1 parent b26b08d commit c05052f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ documentation = "https://docs.rs/cmd_lib"
88
keywords = ["shell", "script", "cli", "process", "pipe"]
99
categories = ["command-line-interface", "command-line-utilities"]
1010
readme = "README.md"
11-
version = "1.9.4"
11+
version = "1.9.5"
1212
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
1313
edition = "2018"
1414

1515
[workspace]
1616
members = ["macros"]
1717

1818
[dependencies]
19-
cmd_lib_macros = { version = "1.9.4", path = "./macros" }
19+
cmd_lib_macros = { version = "1.9.5", path = "./macros" }
2020
lazy_static = "1.4.0"
2121
log = "0.4.20"
2222
faccess = "0.2.4"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
homepage = "https://github.com/rust-shell-script/rust_cmd_lib"
66
repository = "https://github.com/rust-shell-script/rust_cmd_lib"
77
keywords = ["shell", "script", "cli", "process", "pipe"]
8-
version = "1.9.4"
8+
version = "1.9.5"
99
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
1010
edition = "2018"
1111

0 commit comments

Comments
 (0)