From 8f352330d2189c0f6065812c7f3dbdab2e6d3c9e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 9 Jun 2019 20:01:10 +0200 Subject: Use clap_app macro to define args at compile time. For some reason the clap_app macro does not accept subcommands with hyphens, so the subcommands `channel-strean` and `network-stream` has been changed to `channel` and `network` respectively. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4a6d634..c8115e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = "1.0" serde_urlencoded = "0.5.1" [dev-dependencies] -clap = "2.32.0" +clap = "2.33.0" dotenv = "0.13" mockito = "0.14" serde_json = "1.0" -- cgit v1.2.3