-
Notifications
You must be signed in to change notification settings - Fork 330
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
chore: update ic-cdk
to 0.16.0
#1868
Conversation
ic-cdk
to 0.1.16.0ic-cdk
to 0.16.0
# Conflicts: # Cargo.Bazel.Fuzzing.json.lock # Cargo.Bazel.json.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gregorydemay !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving for NNS.
# Conflicts: # Cargo.Bazel.Fuzzing.json.lock # Cargo.Bazel.json.lock
Relevant breaking changes from [`ic-cdk`](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md): 1. [[0.15.0]]([0.15.0]): 1. BREAKING: Stable Memory always use 64-bit addresses and stable64_* system API. (dfinity/cdk-rs#498) 2. BREAKING: Add log_visibility to the management canister API types: (dfinity/cdk-rs#497) - CanisterSettings - DefiniteCanisterSettings. 3. [[0.13.3]](https://github.com/dfinity/cdk-rs/blob/main/src/ic-cdk/CHANGELOG.md#0133---2024-05-10-yanked) BREAKING: Add wasm_memory_limit to the management canister API types: (dfinity/cdk-rs#483) - CanisterSettings - DefiniteCanisterSettings. --------- Co-authored-by: IDX GitHub Automation <[email protected]>
Relevant breaking changes from
ic-cdk
:stable64_*
system API. cdk-rs#498)wasm_memory_limit
to the management canister cdk-rs#483)