aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorBram van den Heuvel <[email protected]>2020-07-24 14:41:52 +0100
committerBram van den Heuvel <[email protected]>2020-07-24 14:41:52 +0100
commit090f02bc184d2d75dd6ff2a9f0db05711756c3a3 (patch)
tree3ace1952bbbcc2ddf7c7be5aa41bbe5424e74aa0 /crates
parent6ddcdb8b29f495f09b9e2456001be252d401e394 (diff)
Increace tracing-tree version from 0.1.3 to 0.1.4
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_ty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index cdabb359f..7242e2cb6 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -37,4 +37,4 @@ expect = { path = "../expect" }
37 37
38tracing = "0.1" 38tracing = "0.1"
39tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } 39tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] }
40tracing-tree = { version = "0.1.3" } 40tracing-tree = { version = "0.1.4" }