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.
20 lines
410 B
20 lines
410 B
--- bindgen-cli-0.63.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ bindgen-cli-0.63.0/Cargo.toml 2023-01-30T17:45:54.622156+00:00
|
|
@@ -37,6 +37,8 @@
|
|
|
|
[dependencies.bindgen]
|
|
version = "=0.63.0"
|
|
+features = ["logging", "which-rustfmt"]
|
|
+default-features = false
|
|
|
|
[dependencies.clap]
|
|
version = "3"
|
|
@@ -55,7 +57,6 @@
|
|
[features]
|
|
default = [
|
|
"logging",
|
|
- "runtime",
|
|
"which-rustfmt",
|
|
]
|
|
logging = [
|