Skip to content

update to tracing-tree 0.1.10, which does not pull in syn #10165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

davidbarsky
Copy link
Contributor

I've updated tracing-tree to 0.1.10, which does not pull in syn and proc-macro2 (thanks for the PR, @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.

Copy link
Member

@matklad matklad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

dependencies = [
"ansi_term",
"atty",
"termcolor",
"tracing",
"tracing-core",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ansi changes should also get rid of termcolor, which... doesn't appear to be used anywhere.

@lnicola
Copy link
Member

lnicola commented Sep 6, 2021

changelog internal (first contribution) bump tracing-tree to avoid a syn dependency

@bors
Copy link
Contributor

bors bot commented Sep 6, 2021

@bors bors bot merged commit 702f988 into rust-lang:master Sep 6, 2021
@davidbarsky davidbarsky deleted the davidbarsky/update-tracing-tree-to-a-syn-free-version branch September 6, 2021 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants