Conversation
Signed-off-by: jeluard <jeluard@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughG'day! These changes are pretty straightforward—we're enabling Cargo build scripts across two crates. The amaru-ledger crate now declares Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Pull request overview
This PR fixes crate packaging/build-script configuration so published artifacts include and run the intended build.rs scripts.
Changes:
- Update
amarucrate packaging whitelist to includebuild.rs. - Explicitly declare
build = "build.rs"foramaru-ledger.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
crates/amaru/Cargo.toml |
Ensures the build script is included in the crate’s packaged file set. |
crates/amaru-ledger/Cargo.toml |
Declares the crate build script explicitly via the build field. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit