Skip to content

Commit 41fcb4e

Browse files
committed
Bump version to 1.0.2
1 parent e2300fa commit 41fcb4e

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.0.1"
11+
version = "1.0.2"
1212
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
1313
edition = "2018"
1414

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

1818
[dependencies]
19-
cmd_lib_macros = { version = "1.0.1", path = "./macros" }
19+
cmd_lib_macros = { version = "1.0.2", path = "./macros" }
2020
lazy_static = "1.4.0"
2121
log = "0.4"
2222

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.0.1"
8+
version = "1.0.2"
99
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
1010
edition = "2018"
1111

0 commit comments

Comments
 (0)