Skip to content

Commit 99c5f06

Browse files
author
David Barsky
committed
Remove Quanta; this is breaking rust-analyzer on 32 bit architectures
1 parent 5081bf0 commit 99c5f06

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.3"
3+
version = "0.1.4"
44
authors = ["David Barsky <me@davidbarsky.com>", "Nathan Whitaker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -11,7 +11,6 @@ description = "a tracing layer that represents prints a heirarchal tree of spans
1111
[dependencies]
1212
tracing = "0.1"
1313
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
14-
quanta = "0.3.1"
1514
termcolor = "1.0.5"
1615
ansi_term = "0.12.1"
1716
chrono = "0.4.10"

0 commit comments

Comments
 (0)