You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-structopt/structopt-fix-metadata.diff

25 lines
629 B

--- structopt-0.3.20/Cargo.toml 2020-10-12T15:58:48+00:00
+++ structopt-0.3.20/Cargo.toml 2020-11-09T15:21:49.624410+00:00
@@ -29,11 +29,6 @@
[dependencies.lazy_static]
version = "1.4.0"
-[dependencies.paw_dep]
-version = "1"
-optional = true
-package = "paw"
-
[dependencies.structopt-derive]
version = "=0.4.13"
[dev-dependencies.rustversion]
@@ -48,9 +43,7 @@
debug = ["clap/debug"]
default = ["clap/default"]
doc = ["clap/doc"]
-lints = ["clap/lints"]
no_cargo = ["clap/no_cargo"]
-paw = ["structopt-derive/paw", "paw_dep"]
suggestions = ["clap/suggestions"]
wrap_help = ["clap/wrap_help"]
yaml = ["clap/yaml"]