Skip to content

Commit 6a81afb

Browse files
committed
Release 0.1.5
1 parent 622e425 commit 6a81afb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
[package]
22
name = "tracing-tree"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["David Barsky <me@davidbarsky.com>", "Nathan Whitaker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
7-
description = "a tracing layer that represents prints a heirarchal tree of spans and events."
7+
description = "A Tracing Layer which prints a tree of spans and events."
88
repository = "https://github.com/davidbarsky/tracing-tree"
99
readme = "README.md"
1010

11-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12-
1311
[dependencies]
1412
tracing = "0.1"
1513
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }

0 commit comments

Comments
 (0)