Skip to content

Commit 4f5635e

Browse files
authored
chore: bump version; remove termcolor. (#39)
1 parent 1862f26 commit 4f5635e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-tree"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
authors = ["David Barsky <[email protected]>", "Nathan Whitaker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,6 @@ readme = "README.md"
1111
[dependencies]
1212
tracing-core = "0.1"
1313
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
14-
termcolor = "1.1"
1514
ansi_term = "0.12"
1615
atty = "0.2"
1716
tracing-log = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)