chore: upgrade Sui dependencies to latest main#1
Merged
Conversation
Update move-compiler, move-ir-types, move-symbol-pool, move-command-line-common, and move-core-types from a8b4775b33 to ca31568261 (MystenLabs/sui main). https://claude.ai/code/session_0133oZfjn6bcmwqMgAWQBNWL
There was a problem hiding this comment.
Pull request overview
Updates this repo’s pinned MystenLabs/sui Move crate git dependencies to a newer upstream commit, refreshing the resolved dependency set accordingly.
Changes:
- Bump the 5 Move-related git dependencies in
Cargo.tomlfroma8b4775b33toca31568261. - Regenerate
Cargo.lockto reflect the new Sui git commit and updated transitive registry crates.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.toml | Updates the pinned Sui git rev for Move compiler-related crates. |
| Cargo.lock | Updates git sources to the new Sui commit and refreshes resolved crate versions/checksums. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
12
to
13
| # Move compiler crates — git dep pinned to Sui release tag | ||
| # To update Move version: change rev to new commit/tag |
There was a problem hiding this comment.
The comment says these git deps are "pinned to Sui release tag", but the repo docs recommend pinning to a specific commit SHA (rev) rather than tags (and this is currently a commit rev). Consider updating the comment wording to avoid misleading future updates.
Suggested change
| # Move compiler crates — git dep pinned to Sui release tag | |
| # To update Move version: change rev to new commit/tag | |
| # Move compiler crates — git deps pinned to a specific Sui commit revision | |
| # To update Move version: change `rev` to the desired commit SHA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
a8b4775b33toca31568261(latest MystenLabs/sui main)Test plan
cargo fmt— no changescargo clippy --all-targets -- -D warnings— cleancargo test— 139 tests passhttps://claude.ai/code/session_0133oZfjn6bcmwqMgAWQBNWL