From 99c5f0608392e4f4c5cd7b4d885608bb1e09ed55 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Mon, 13 Jul 2020 17:34:57 -0400 Subject: [PATCH] Remove Quanta; this is breaking rust-analyzer on 32 bit architectures --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32916a2..f407be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-tree" -version = "0.1.3" +version = "0.1.4" authors = ["David Barsky ", "Nathan Whitaker"] edition = "2018" license = "MIT OR Apache-2.0" @@ -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"