Skip to content

Commit

Permalink
Bump version to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-guo committed Mar 26, 2021
1 parent c9e8848 commit 38e806a
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 = "0.14.5"
version = "0.14.6"
authors = ["rust-shell-script <[email protected]>"]
edition = "2018"

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

[dependencies]
cmd_lib_macros = { version = "0.14.5", path = "./macros" }
cmd_lib_macros = { version = "0.14.6", path = "./macros" }
lazy_static = "1.4.0"

[dev-dependencies]
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 = "0.14.5"
version = "0.14.6"
authors = ["Tao Guo <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 38e806a

Please sign in to comment.