diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-03-30 17:39:43 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-03-30 17:39:43 +0300 |
| commit | 71ea506d3df77b77a38b6f1ad0c7926c08b37f32 (patch) | |
| tree | bf46c20abca1a22b86e9d2ae762b60d738aa10ae /compiler/rustc_pattern_analysis | |
| parent | 7e0ed43287a658be61dab00b68827865f2fc9c5a (diff) | |
| download | rust-71ea506d3df77b77a38b6f1ad0c7926c08b37f32.tar.gz rust-71ea506d3df77b77a38b6f1ad0c7926c08b37f32.zip | |
bump tracing-tree to 0.3
Only change is https://github.com/davidbarsky/tracing-tree/pull/76 dedupes tracing-log dupes nu-ansi-term
Diffstat (limited to 'compiler/rustc_pattern_analysis')
| -rw-r--r-- | compiler/rustc_pattern_analysis/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/Cargo.toml b/compiler/rustc_pattern_analysis/Cargo.toml index 6357d18b9da..0cb47e03441 100644 --- a/compiler/rustc_pattern_analysis/Cargo.toml +++ b/compiler/rustc_pattern_analysis/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1" [dev-dependencies] tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "ansi"] } -tracing-tree = "0.2.0" +tracing-tree = "0.3.0" [features] default = ["rustc"] |
