Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Internal version dependencies cleanup #5401

Merged
merged 2 commits into from
Mar 25, 2020
Merged

Internal version dependencies cleanup #5401

merged 2 commits into from
Mar 25, 2020

Conversation

andresilva
Copy link
Contributor

@andresilva andresilva commented Mar 25, 2020

Substrate is currently at 2.0.0-alpha.5 yet some of our internal dependencies were still pointing to older versions. This might be correct / possible according to semver rules, but in our use case this is not what we want. By default whenever we release a new version we want all our crates to depend on the latest version (any release tooling we might have should make sure this happens).

Additionally I also integrated the sp-arithmetic-fuzzer into the root workspace since it was no longer being compiled. I confirmed that running cargo hfuzz run biguint works.

@andresilva andresilva added A0-please_review Pull request needs code review. M4-core B0-silent Changes should not be mentioned in any release notes labels Mar 25, 2020
@andresilva andresilva requested a review from tomusdrw as a code owner March 25, 2020 13:28
@andresilva andresilva requested a review from bkchr March 25, 2020 13:28
@bkchr bkchr merged commit dae24b7 into master Mar 25, 2020
@bkchr bkchr deleted the andre/version-cleanup branch March 25, 2020 14:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants