-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Rust crate ic-cdk to 0.17.0 #22
base: main
Are you sure you want to change the base?
Conversation
1708788
to
02a8de6
Compare
02a8de6
to
ce4a32d
Compare
ce4a32d
to
600e52c
Compare
600e52c
to
9bcc0b0
Compare
9bcc0b0
to
1821858
Compare
1821858
to
0da79b7
Compare
0da79b7
to
72adedd
Compare
72adedd
to
dd8b86b
Compare
dd8b86b
to
250f8de
Compare
250f8de
to
1d38f8b
Compare
1d38f8b
to
2489cec
Compare
2489cec
to
c52a0ed
Compare
c52a0ed
to
f96edfa
Compare
f96edfa
to
9f98d5b
Compare
9f98d5b
to
253946e
Compare
253946e
to
2a42111
Compare
2a42111
to
e1df6e5
Compare
e1df6e5
to
d9a695d
Compare
d9a695d
to
0562696
Compare
0562696
to
edb73d9
Compare
edb73d9
to
74d9f43
Compare
74d9f43
to
5fa3acb
Compare
5fa3acb
to
c9f263e
Compare
c9f263e
to
07231c5
Compare
07231c5
to
a8b31e0
Compare
a8b31e0
to
536300f
Compare
536300f
to
2179095
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve updating the Changes
Sequence Diagram(s)sequenceDiagram
participant A as Developer
participant B as Cargo.toml
participant C as ic-cdk
A->>B: Update ic-cdk version
B->>C: Fetch new version
C-->>B: Provide updated features
B-->>A: Confirm update completed
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- src/canisters/my_example/Cargo.toml (1 hunks)
- src/ic_common/Cargo.toml (1 hunks)
- src/ic_test_common/Cargo.toml (1 hunks)
Additional comments not posted (3)
src/ic_test_common/Cargo.toml (1)
9-9
: Verify compatibility with the newic-cdk
version.The version upgrade from
0.3.3
to0.16.0
is significant and may introduce breaking changes. Ensure that the codebase is compatible with the new version by running all tests and reviewing the release notes foric-cdk
.Run the following script to verify the compatibility:
src/ic_common/Cargo.toml (1)
9-9
: Verify compatibility with the newic-cdk
version.The version upgrade from
0.3.3
to0.16.0
is significant and may introduce breaking changes. Ensure that the codebase is compatible with the new version by running all tests and reviewing the release notes foric-cdk
.Run the following script to verify the compatibility:
src/canisters/my_example/Cargo.toml (1)
12-12
: Verify compatibility with the newic-cdk
version.The version upgrade from
0.3.3
to0.16.0
is significant and may introduce breaking changes. Ensure that the codebase is compatible with the new version by running all tests and reviewing the release notes foric-cdk
.Run the following script to verify the compatibility:
2179095
to
e7bb551
Compare
This PR contains the following updates:
0.3.3
->0.17.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.