You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: