Skip to content

Commit

Permalink
Merge #10165
Browse files Browse the repository at this point in the history
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 <me@davidbarsky.com>
  • Loading branch information
bors[bot] and davidbarsky committed Sep 6, 2021
2 parents 86ebc36 + 184fbf2 commit 702f988
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hir_ty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [
"env-filter",
"registry",
] }
tracing-tree = { version = "0.1.4" }
tracing-tree = { version = "0.1.10" }
once_cell = { version = "1.5.0", features = ["unstable"] }
2 changes: 1 addition & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lsp-server = "0.5.1"
tracing = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry", "fmt", "tracing-log"] }
tracing-log = "0.1.2"
tracing-tree = { version = "0.1.4" }
tracing-tree = { version = "0.1.10" }
always-assert = "0.1"

stdx = { path = "../stdx", version = "0.0.0" }
Expand Down

0 comments on commit 702f988

Please sign in to comment.