-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version; remove
termcolor
. (#39)
- Loading branch information
1 parent
1862f26
commit 4f5635e
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", "Nathan Whitaker"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -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 } | ||
|