-
Notifications
You must be signed in to change notification settings - Fork 263
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
Fix #479: Use workspace inheritance for dependencies #556
Conversation
ec/Cargo.toml
Outdated
@@ -14,25 +14,25 @@ edition = "2021" | |||
rust-version = "1.57" |
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.
@Pratyush just a quick check, this means that our minimal support version is 1.64 right?
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.
Yup
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.
rust-version = "1.57" | |
rust-version = "1.64" |
If we clone algebra inside curves, it will look at the curves Cargo.toml for workspace dependencies. Cloning it outside fixes this.
Merged master and pushed a fix that should work for the failing CI item. |
added that we may put it in "the version" immediately after 0.4.0 due to the need to increase MSVP. |
This failing CI item works for me when I run it locally with |
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.
Thanks for this great PR! Left a couple of comments that should be addressed, but otherwise this looks great!
We should finally incorporate this (and bump rust version) in the next release. |
Description
closes: #479
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
(does this require a mention in the changelog? Not super relevant to consumers of the library)Files changed
in the GitHub PR explorer