Skip to content

Commit

Permalink
bump version of backtrace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed May 15, 2020
1 parent 3396e39 commit 496a17e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,19 @@ readme = "README.md"
categories = []
keywords = []

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
capture-spantrace = ["tracing-error", "color-spantrace"]

default = ["capture-spantrace"]
capture-spantrace = ["tracing-error", "color-spantrace"]

[dependencies]
eyre = "0.4"
tracing-error = { version = "0.1.2", optional = true }
color-backtrace = "0.4.0"
backtrace = "0.3"
backtrace = "0.3.48"
indenter = "0.2.0"
ansi_term = "0.12.1"
color-spantrace = { version = "0.1.1", optional = true }


[dev-dependencies]
tracing-subscriber = "0.2.5"
tracing = "0.1.13"

0 comments on commit 496a17e

Please sign in to comment.