Skip to content

Commit

Permalink
Bump backtrace-rs (#175)
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
ten3roberts committed Jul 20, 2024
2 parents df42dc4 + a6c8a61 commit 2dc0688
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 2dc0688

Please sign in to comment.