Skip to content

Commit

Permalink
Remove Quanta; this is breaking rust-analyzer on 32 bit architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
David Barsky committed Jul 13, 2020
1 parent 5081bf0 commit 99c5f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-tree"
version = "0.1.3"
version = "0.1.4"
authors = ["David Barsky <[email protected]>", "Nathan Whitaker"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,6 @@ description = "a tracing layer that represents prints a heirarchal tree of spans
[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = ["registry", "fmt"] }
quanta = "0.3.1"
termcolor = "1.0.5"
ansi_term = "0.12.1"
chrono = "0.4.10"
Expand Down

0 comments on commit 99c5f06

Please sign in to comment.