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-bindgen/bindgen-fix-metadata.diff

21 lines
535 B

4 years ago
--- bindgen-0.54.0/Cargo.toml 2020-05-21T19:44:20+00:00
+++ bindgen-0.54.0/Cargo.toml 2020-09-18T13:47:05.734580+00:00
@@ -88,7 +88,7 @@
version = "0.1"
[dependencies.which]
-version = "3.0"
+version = "4.0"
optional = true
default-features = false
[dev-dependencies.clap]
@@ -101,7 +101,7 @@
version = "0.1"
[features]
-default = ["logging", "clap", "runtime", "which-rustfmt"]
+default = ["logging", "clap", "which-rustfmt"]
logging = ["env_logger", "log"]
runtime = ["clang-sys/runtime"]
static = ["clang-sys/static"]