Skip to content

Commit

Permalink
Bump version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-guo committed Nov 29, 2023
1 parent 9dfc8fc commit b173c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ documentation = "https://docs.rs/cmd_lib"
keywords = ["shell", "script", "cli", "process", "pipe"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"
version = "1.9.1"
version = "1.9.2"
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
edition = "2018"

[workspace]
members = ["macros"]

[dependencies]
cmd_lib_macros = { version = "1.9.1", path = "./macros" }
cmd_lib_macros = { version = "1.9.2", path = "./macros" }
lazy_static = "1.4.0"
log = "0.4.20"
faccess = "0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.9.1"
version = "1.9.2"
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit b173c55

Please sign in to comment.