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

Update to x25519-dalek v2.0.0 #14797

Closed
wants to merge 2 commits into from
Closed

Update to x25519-dalek v2.0.0 #14797

wants to merge 2 commits into from

Conversation

ggwpez
Copy link
Member

@ggwpez ggwpez commented Aug 21, 2023

changes:

  • Update to latest x25519-dalek dependency.

Substrate master CI is red since this cargo build line here pulls in version 2.0.0 instead of the pre-release, which makes the build fail.

.args(&["build", "--all"])

I will try to see if it makes sense to copy the Substrate Cargo.lock into the template release build, such that it wont blindly update deps when building.
-> Does not work since the lockfile of Substrate needs to be updated to remove the unused deps, but --locked would prevent that...

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@ggwpez ggwpez changed the title Update to x25519_dalek v2.0.0 Update to x25519-dalek v2.0.0 Aug 21, 2023
@ggwpez ggwpez marked this pull request as ready for review August 21, 2023 09:29
@ggwpez ggwpez added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Aug 21, 2023
@bkchr
Copy link
Member

bkchr commented Aug 21, 2023

Duplicate of: #14776

@bkchr bkchr closed this Aug 21, 2023
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 C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants