Skip to content

Commit 702f988

Browse files
Merge #10165
10165: update to tracing-tree 0.1.10, which does not pull in syn r=matklad a=davidbarsky I've updated tracing-tree to 0.1.10, which does not pull in syn and proc-macro2 (thanks for [the PR](davidbarsky/tracing-tree#32), `@matklad!).` It took a little bit more work than I expected to land davidbarsky/tracing-tree#33, but I should get that done this week. However, I didn't want to keep y'all waiting, so here's _some_ of the changes that should hopefully improve your compile times. Co-authored-by: David Barsky <[email protected]>
2 parents 86ebc36 + 184fbf2 commit 702f988

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [
3939
"env-filter",
4040
"registry",
4141
] }
42-
tracing-tree = { version = "0.1.4" }
42+
tracing-tree = { version = "0.1.10" }
4343
once_cell = { version = "1.5.0", features = ["unstable"] }

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lsp-server = "0.5.1"
3636
tracing = "0.1"
3737
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry", "fmt", "tracing-log"] }
3838
tracing-log = "0.1.2"
39-
tracing-tree = { version = "0.1.4" }
39+
tracing-tree = { version = "0.1.10" }
4040
always-assert = "0.1"
4141

4242
stdx = { path = "../stdx", version = "0.0.0" }

0 commit comments

Comments
 (0)