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

33 lines
835 B

--- backtrace-0.3.73/Cargo.toml 1970-01-01T00:00:01+00:00
+++ backtrace-0.3.73/Cargo.toml 2024-07-24T18:48:25.715217+00:00
@@ -61,20 +61,8 @@
edition = "2021"
5 years ago
[[test]]
-name = "accuracy"
-path = "tests/accuracy/main.rs"
-required-features = ["std"]
-edition = "2021"
5 years ago
-
-[[test]]
name = "concurrent-panics"
path = "tests/concurrent-panics.rs"
-harness = false
-required-features = ["std"]
-
-[[test]]
-name = "current-exe-mismatch"
-path = "tests/current-exe-mismatch.rs"
harness = false
required-features = ["std"]
@@ -124,7 +112,7 @@
]
[target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.addr2line]
-version = "0.22.0"
+version = "0.24.0"
default-features = false
[target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.libc]