Skip to content

Commit

Permalink
Bump version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-guo committed Nov 27, 2023
1 parent 98114b3 commit d551d31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
6 changes: 3 additions & 3 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.0"
version = "1.9.1"
authors = ["rust-shell-script <rust-shell-script@gmail.com>"]
edition = "2018"

[workspace]
members = ["macros", "examples"]
members = ["macros"]

[dependencies]
cmd_lib_macros = { path = "./macros" }
cmd_lib_macros = { version = "1.9.1", path = "./macros" }
lazy_static = "1.4.0"
log = "0.4.20"
faccess = "0.2.4"
Expand Down
15 changes: 0 additions & 15 deletions examples/Cargo.toml

This file was deleted.

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.0"
version = "1.9.1"
authors = ["Tao Guo <tao.guo.code@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit d551d31

Please sign in to comment.