We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pocket-ic 3.1.0 build fails when upgrading ic-cdk from 0.13.2 to 0.13.3. This is caused by #483 which introduced an API breaking change:
pocket-ic
ic-cdk
error[E0063]: missing field `wasm_memory_limit` in initializer of `CanisterSettings` --> /home/???/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pocket-ic-3.1.0/src/lib.rs:829:24 | 829 | let settings = CanisterSettings { | ^^^^^^^^^^^^^^^^ missing `wasm_memory_limit`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pocket-ic
3.1.0 build fails when upgradingic-cdk
from 0.13.2 to 0.13.3. This is caused by #483 which introduced an API breaking change:The text was updated successfully, but these errors were encountered: