Skip to content
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

Dependencies: frame-metadata features change #1388

Open
OverOrion opened this issue Jul 6, 2023 · 1 comment
Open

Dependencies: frame-metadata features change #1388

OverOrion opened this issue Jul 6, 2023 · 1 comment

Comments

@OverOrion
Copy link
Contributor

Since paritytech/frame-metadata#62 new features flags are used instead of the old / current ones (v14 -> current after a quick glimpse).

This means that for some PRs where our dependencies are updated a sudden build failure is expected.

I believe this affects the substrate-api-client as well, so tagging @haerdib.

@clangenb
Copy link
Contributor

clangenb commented Jul 12, 2023

In the current state, if someone wants to use the integritee-cli as a lib, and hasn't generated a Cargo.lock file yet, the build is broken because cargo can't handle if features are not available on the latest commit of a branch. This patch resolves the issue until it is solved for good:

[patch."https://github.com/paritytech/frame-metadata.git"]
frame-metadata = { version = "=15.1.0" }

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

No branches or pull requests

2 participants