Skip to content

Commit

Permalink
Bump backtrace-rs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kristof-mattei committed May 31, 2024
1 parent 907daa2 commit 254309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-eyre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ track-caller = []
[dependencies]
eyre = "0.6.1"
tracing-error = { version = "0.2.0", optional = true }
backtrace = { version = "0.3.48", features = ["gimli-symbolize"] }
backtrace = { version = "0.3.59" }
indenter = { workspace = true }
owo-colors = { workspace = true }
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }
Expand Down

0 comments on commit 254309f

Please sign in to comment.