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

35 lines
918 B

--- backtrace-0.3.61/Cargo.toml 1970-01-01T00:00:00+00:00
+++ backtrace-0.3.61/Cargo.toml 2021-09-21T21:18:07.275197+00:00
@@ -47,11 +47,6 @@
edition = "2018"
5 years ago
[[test]]
-name = "accuracy"
-required-features = ["std"]
5 years ago
-edition = "2018"
-
-[[test]]
name = "concurrent-panics"
harness = false
required-features = ["std"]
@@ -97,19 +92,9 @@
version = "1.0.67"
[features]
-coresymbolication = []
6 years ago
-dbghelp = []
default = ["std"]
-dladdr = []
gimli-symbolize = []
-kernel32 = []
libbacktrace = []
-libunwind = []
5 years ago
serialize-rustc = ["rustc-serialize"]
5 years ago
serialize-serde = ["serde"]
std = []
-unix-backtrace = []
5 years ago
-verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/memoryapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/tlhelp32", "winapi/winbase", "winapi/winnt"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-optional = true