Skip to content

Conversation

@DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jan 7, 2025

When importing sub crates directly (like artifacts) we don't need regex, walkdir, and other deps.

No functional changes intended.

Comment on lines +48 to +52
async = ["dep:tokio"]
project-util = ["dep:tempfile", "dep:fs_extra"]
regex = ["dep:regex"]
svm-solc = ["dep:svm", "dep:tokio"]
async = ["dep:tokio"]
walkdir = ["dep:walkdir"]
Copy link
Member

Choose a reason for hiding this comment

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

makes sense

@DaniPopes DaniPopes merged commit 55f0e01 into main Jan 7, 2025
15 checks passed
@DaniPopes DaniPopes deleted the dani/more-features branch January 7, 2025 22:37
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