fix(core-py): sync Rust crate versions in Cargo.lock - #2478
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
The Rust core release in #2467 bumped
wren-core-base,wren-manifest-macro, andwren-semantic-coreto0.2.0, butcore/wren-core-py/Cargo.lockstill referenced0.1.0.As a result, subsequent Wren SDK CI runs failed during
maturin buildbecause Cargo could not update the lockfile with--locked.This PR synchronizes the three versions in the lockfile.
Verification
cargo metadata --lockedwith Rust 1.96 and 1.97maturin build