-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update to soldeer 0.6.0 #11044
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
Update to soldeer 0.6.0 #11044
Conversation
"memchr", | ||
"zopfli", | ||
] | ||
|
||
[[package]] | ||
name = "zip-extract" | ||
version = "0.2.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please also update the zip-extract version remove zip-extract in this repo, and update zip version in svm-rs https://github.com/alloy-rs/svm-rs ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding zip-extract, no problem, it can be removed.
For zip
, you want to use version 2.6.1 of zip
to match svm-rs? Or do you want someone to update svm-rs to a latter version of zip?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we released 0.6.1 and updated the PR which contains the zip-extract.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding zip-extract, no problem, it can be removed.
For
zip
, you want to use version 2.6.1 ofzip
to match svm-rs? Or do you want someone to update svm-rs to a latter version of zip?
The latter, I'll do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to soldeer 0.6.0
We actually released 0.6.1 so we can get Dani's comment solved.
Motivation
in 0.6.0 we had the following fixed:
What's Changed
Full Changelog: mario-eth/soldeer@v0.5.4...v0.6.0
We made the recursive dependencies more stable, especially if using submodules.
Solution
PR Checklist