From 598d07ff6c8acc4476e24be89058c5d45de5db01 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 30 Nov 2020 20:02:38 -0800 Subject: Update structopt dependency to 0.3.21 This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: https://github.com/TeXitoi/structopt/issues/447 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0768177..a3771e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ version = "1.0" features = ["derive"] [dependencies.structopt] -version = "0.3.17" +version = "0.3.21" default-features = false [dependencies.termion] -- cgit v1.2.1