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

31 lines
623 B

--- cpp_demangle-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cpp_demangle-0.4.3/Cargo.toml 2023-08-23T09:35:41.147931+00:00
@@ -38,18 +38,10 @@
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gimli-rs/cpp_demangle"
+autobins = false
[profile.release]
debug = 2
-
-[[bin]]
-name = "afl_runner"
-path = "src/bin/afl_runner.rs"
-required-features = ["afl"]
-
-[dependencies.afl]
-version = "0.13.1"
-optional = true
[dependencies.cfg-if]
version = "1.0.0"
@@ -64,7 +56,6 @@
[features]
alloc = []
default = ["std"]
-fuzz = ["afl"]
logging = ["std"]
run_libiberty_tests = []
std = ["alloc"]