Skip to content

Commit ce26e16

Browse files
committed
Bump verion to 1.9.6
1 parent fa97b63 commit ce26e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.5"
11+
version = "1.9.6"
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.5", path = "./macros" }
19+
cmd_lib_macros = { version = "1.9.6", path = "./macros" }
2020
lazy_static = "1.4.0"
2121
log = "0.4.20"
2222
faccess = "0.2.4"

0 commit comments

Comments
 (0)