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

Default cargo-contract version fails to package contracts. #6

Open
deuszx opened this issue May 11, 2023 · 2 comments
Open

Default cargo-contract version fails to package contracts. #6

deuszx opened this issue May 11, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@deuszx
Copy link
Contributor

deuszx commented May 11, 2023

Default version of cargo contract is 2.0.2 but it depends on ink 4.2.0 which is not compatible with the default rustc version used.

Solution would be to either bump the rustc version to a proper one or default to cc @ 2.0.1

@andrii-kl
Copy link

Hi @deuszx
We are working on this issue now. We will push the fix soon.

@andrii-kl andrii-kl added the bug Something isn't working label May 12, 2023
@andrii-kl
Copy link

We've updated our ink verifier image to support ink 4.2.0 contracts verification.
Please make sure to update your cached docker image with the latest version before you build any new ink contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants