diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-24 15:01:47 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-24 15:01:47 +0100 |
commit | f4f106dcead91dda26d6683ef584a020444dd6fe (patch) | |
tree | 309bab76be05a8031d6ca80845b4b49e539bfc8c /crates | |
parent | 5b13c2411f025a16495f5828afe2def6e9220102 (diff) | |
parent | 090f02bc184d2d75dd6ff2a9f0db05711756c3a3 (diff) |
Merge #5522
5522: Increace tracing-tree version from 0.1.3 to 0.1.4 r=kjeremy a=vandenheuvel
Co-authored-by: Bram van den Heuvel <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 2 |
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 | ||
38 | tracing = "0.1" | 38 | tracing = "0.1" |
39 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } | 39 | tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry"] } |
40 | tracing-tree = { version = "0.1.3" } | 40 | tracing-tree = { version = "0.1.4" } |