Skip to content

Commit

Permalink
Use a recent backtrace
Browse files Browse the repository at this point in the history
Drop the gimli-symbolize feature requirement because it does nothing,
since a version from a long time ago.
  • Loading branch information
workingjubilee committed Jul 5, 2024
1 parent dded7de commit 0875724
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.73" }
indenter = { workspace = true }
owo-colors = { workspace = true }
color-spantrace = { version = "0.2", path = "../color-spantrace", optional = true }
Expand Down

0 comments on commit 0875724

Please sign in to comment.