aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2867953..16a3e18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "argh"
-version = "0.1.10"
+version = "0.1.12"
authors = [
"Taylor Cramer <cramertj@google.com>",
"Benjamin Brittain <bwb@google.com>",
@@ -30,10 +30,10 @@ license = "BSD-3-Clause"
repository = "https://github.com/google/argh"
[dependencies.argh_derive]
-version = "0.1.10"
+version = "0.1.12"
[dependencies.argh_shared]
-version = "0.1.10"
+version = "0.1.12"
[dev-dependencies.once_cell]
version = "1.10.0"