--- 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"]