Skip to content

Commit d551d31

Browse files
committed
Bump version 1.9.1
1 parent 98114b3 commit d551d31

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

Cargo.toml

Lines changed: 3 additions & 3 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.0"
11+
version = "1.9.1"
1212
authors = ["rust-shell-script <[email protected]>"]
1313
edition = "2018"
1414

1515
[workspace]
16-
members = ["macros", "examples"]
16+
members = ["macros"]
1717

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

examples/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
8+
version = "1.9.1"
99
authors = ["Tao Guo <[email protected]>"]
1010
edition = "2018"
1111

0 commit comments

Comments
 (0)