Skip to content
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

chore(deps): move proc-macro and syn to workspace deps #3492

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Jun 30, 2023

🤖 Generated by Copilot at 27fa545

This pull request updates the proc-macro crates in the workspace to use the shared proc-macro2 and quote dependencies from the root Cargo.toml file. This simplifies the dependency management and avoids potential conflicts.

also bumps proc-macro2 and closes #3488

@mattsse mattsse added C-docs An addition or correction to our documentation A-dependencies Pull requests or issues that are about dependencies and removed C-docs An addition or correction to our documentation labels Jun 30, 2023
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #3492 (27fa545) into main (3dcc76e) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

see 7 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.26% <ø> (-0.01%) ⬇️
unit-tests 64.23% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 23.05% <ø> (ø)
blockchain tree 81.69% <ø> (ø)
pipeline 87.88% <ø> (ø)
storage (db) 73.93% <ø> (ø)
trie 95.64% <ø> (ø)
txpool 51.37% <ø> (ø)
networking 77.97% <ø> (+0.06%) ⬆️
rpc 58.11% <ø> (ø)
consensus 62.78% <ø> (ø)
revm 35.07% <ø> (ø)
payload builder 6.83% <ø> (ø)
primitives 88.66% <ø> (-0.03%) ⬇️

@mattsse mattsse added this pull request to the merge queue Jun 30, 2023
Merged via the queue into main with commit 50f4e5d Jun 30, 2023
@mattsse mattsse deleted the matt/move-proc-macro-syn-to-workspace-deps branch June 30, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: some installed deps are not needed
2 participants