Skip to content

Commit f0bceec

Browse files
author
David Barsky
committed
Prepare 0.1.7 release
1 parent 876f942 commit f0bceec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-tree"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["David Barsky <[email protected]>", "Nathan Whitaker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -11,19 +11,19 @@ readme = "README.md"
1111
[dependencies]
1212
tracing = "0.1"
1313
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
14-
termcolor = "1.0.5"
15-
ansi_term = "0.12.1"
16-
chrono = "0.4.10"
17-
atty = "0.2.14"
14+
termcolor = "1.1"
15+
ansi_term = "0.12"
16+
chrono = "0.4"
17+
atty = "0.2"
1818
tracing-log = { version = "0.1", optional = true }
1919

2020
[features]
2121
default = ["tracing-log"]
2222

2323
[dev-dependencies]
24-
glob = "0.3.0"
25-
assert_cmd = "1.0.1"
26-
log = "0.4.11"
24+
glob = "0.3"
25+
assert_cmd = "1"
26+
log = "0.4"
2727

2828
[[test]]
2929
name = "ui"

0 commit comments

Comments
 (0)