Skip to content

fix(core-py): sync Rust crate versions in Cargo.lock - #2478

Merged
goldmedal merged 1 commit into
Canner:mainfrom
ttw225:fix/core-py-cargo-lock
Jul 13, 2026
Merged

fix(core-py): sync Rust crate versions in Cargo.lock#2478
goldmedal merged 1 commit into
Canner:mainfrom
ttw225:fix/core-py-cargo-lock

Conversation

@ttw225

@ttw225 ttw225 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Summary

The Rust core release in #2467 bumped wren-core-base, wren-manifest-macro, and wren-semantic-core to 0.2.0, but core/wren-core-py/Cargo.lock still referenced 0.1.0.

As a result, subsequent Wren SDK CI runs failed during maturin build because Cargo could not update the lockfile with --locked.

This PR synchronizes the three versions in the lockfile.

Verification

  • cargo metadata --locked with Rust 1.96 and 1.97
  • maturin build
  • Rust and Python tests

@github-actions github-actions Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code core labels Jul 11, 2026
@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • core/wren-core-py/Cargo.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 8fa3b33e-c5e1-4142-a4f5-8ed05f2bc97d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@goldmedal goldmedal left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ttw225 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants