Skip to content

Commit 2dc0688

Browse files
authored
Bump backtrace-rs (#175)
0.3.59 is the first version of backtrace-rs that doesn't use `gimli-symbolize`: rust-lang/backtrace-rs@5fc4f79 While the feature is still there, it is unused and later on removed in rust-lang/backtrace-rs@4cbe6b6. Original [PR #615](rust-lang/backtrace-rs#615) Closes #174
2 parents df42dc4 + a6c8a61 commit 2dc0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

color-eyre/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ track-caller = []
2020
[dependencies]
2121
eyre = "0.6.1"
2222
tracing-error = { version = "0.2.0", optional = true }
23-
backtrace = { version = "0.3.48", features = ["gimli-symbolize"] }
23+
backtrace = { version = "0.3.59" }
2424
indenter = { workspace = true }
2525
owo-colors = { workspace = true }
2626
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }

0 commit comments

Comments
 (0)