Skip to content

Commit

Permalink
chore: bump version; remove termcolor. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 22, 2021
1 parent 1862f26 commit 4f5635e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-tree"
version = "0.1.10"
version = "0.1.11"
authors = ["David Barsky <me@davidbarsky.com>", "Nathan Whitaker"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,6 @@ readme = "README.md"
[dependencies]
tracing-core = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
termcolor = "1.1"
ansi_term = "0.12"
atty = "0.2"
tracing-log = { version = "0.1", optional = true }
Expand Down

0 comments on commit 4f5635e

Please sign in to comment.