aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 7 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ec92149..4b3bb43 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "argh"
-version = "0.1.7"
+version = "0.1.9"
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
edition = "2018"
keywords = ["args", "arguments", "derive", "cli"]
@@ -10,5 +10,9 @@ repository = "https://github.com/google/argh"
readme = "README.md"
[dependencies]
-argh_shared = { version = "0.1.7", path = "../argh_shared" }
-argh_derive = { version = "0.1.7", path = "../argh_derive" }
+argh_shared = { version = "0.1.9", path = "../argh_shared" }
+argh_derive = { version = "0.1.9", path = "../argh_derive" }
+
+[dev-dependencies]
+once_cell = "1.10.0"
+trybuild = "1.0.63"