Skip to content

Commit

Permalink
Merge pull request #156 from richkadel/bump_argh_to_0.1.10
Browse files Browse the repository at this point in the history
Bump version to 0.1.10
  • Loading branch information
richkadel authored Jan 11, 2023
2 parents 728d143 + 888a633 commit 3f3c297
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions argh/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argh"
version = "0.1.9"
version = "0.1.10"
authors = ["Taylor Cramer <[email protected]>", "Benjamin Brittain <[email protected]>", "Erick Tryzelaar <[email protected]>"]
edition = "2018"
keywords = ["args", "arguments", "derive", "cli"]
Expand All @@ -10,8 +10,8 @@ repository = "https://github.com/google/argh"
readme = "README.md"

[dependencies]
argh_shared = { version = "0.1.9", path = "../argh_shared" }
argh_derive = { version = "0.1.9", path = "../argh_derive" }
argh_shared = { version = "0.1.10", path = "../argh_shared" }
argh_derive = { version = "0.1.10", path = "../argh_derive" }

[dev-dependencies]
once_cell = "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions argh_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argh_derive"
version = "0.1.9"
version = "0.1.10"
authors = ["Taylor Cramer <[email protected]>", "Benjamin Brittain <[email protected]>", "Erick Tryzelaar <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
Expand All @@ -15,4 +15,4 @@ proc-macro = true
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
argh_shared = { version = "0.1.9", path = "../argh_shared" }
argh_shared = { version = "0.1.10", path = "../argh_shared" }
2 changes: 1 addition & 1 deletion argh_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argh_shared"
version = "0.1.9"
version = "0.1.10"
authors = ["Taylor Cramer <[email protected]>", "Benjamin Brittain <[email protected]>", "Erick Tryzelaar <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 3f3c297

Please sign in to comment.