Blob Blame History Raw
--- backtrace-0.3.66/Cargo.toml	1970-01-01T00:00:01+00:00
+++ backtrace-0.3.66/Cargo.toml	2022-08-09T16:52:09.034297+00:00
@@ -25,6 +25,7 @@
 readme = "README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/backtrace-rs"
+exclude = ["/ci/"]
 
 [[example]]
 name = "backtrace"
@@ -48,17 +49,12 @@
 edition = "2018"
 
 [[test]]
-name = "accuracy"
-required-features = ["std"]
-edition = "2018"
-
-[[test]]
 name = "concurrent-panics"
 harness = false
 required-features = ["std"]
 
 [dependencies.addr2line]
-version = "0.17.0"
+version = "0.18.0"
 default-features = false
 
 [dependencies.cfg-if]