Skip to content

Commit

Permalink
Bump version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-guo committed Oct 1, 2024
1 parent b26b08d commit c05052f
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.4"
version = "1.9.5"
authors = ["rust-shell-script <[email protected]>"]
edition = "2018"

[workspace]
members = ["macros"]

[dependencies]
cmd_lib_macros = { version = "1.9.4", path = "./macros" }
cmd_lib_macros = { version = "1.9.5", 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.4"
version = "1.9.5"
authors = ["Tao Guo <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c05052f

Please sign in to comment.