From ddc6f47970011e2092b3e068198072c18a4a5fb6 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 25 Aug 2020 22:29:43 -0700 Subject: Update structopt dependency to 0.3.17 This change updates the structopt crate to version 0.3.17. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate. This functionality will be used in a follow up change that enables usage of user provided extensions. [0]: https://github.com/TeXitoi/structopt/issues/424 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3871e61..640a89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ version = "1.0" features = ["derive"] [dependencies.structopt] -version = "0.3.7" +version = "0.3.17" default-features = false [dependencies.toml] -- cgit v1.2.1