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 authored and Tao Guo committed Nov 25, 2023
1 parent 0755742 commit 6932ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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" }
Expand Down
10 changes: 0 additions & 10 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
[package]
name = "examples"
version = "0.0.0"
publish = false
edition = "2018"

[dev-dependencies]
cmd_lib = { path = ".." }
rayon = "1.5"
structopt = "0.3"
byte-unit = "4.0"

[[example]]
name = "dd_test"
path = "dd_test.rs"
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 6932ce3

Please sign in to comment.