Pin ODP deps to v0.1.0#40
Merged
Merged
Conversation
Add tag = "v0.1.0" to git dependencies for embassy-imxrt and partition-manager (embedded-services) across all workspace crates to pin them to the v0.1.0 release.
There was a problem hiding this comment.
Pull request overview
Pins OpenDevicePartnership Git dependencies to the v0.1.0 release tag to make builds more deterministic across the libs/ and examples/rt685s/ Cargo workspaces.
Changes:
- Added
tag = "v0.1.0"toembassy-imxrtGit dependencies in workspace crates. - Added
tag = "v0.1.0"to thepartition-manager(embedded-services) Git dependency where used. - Updated the
examples/rt685sworkspace dependency declarations to match the pinned tag.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| libs/imxrt-rom/Cargo.toml | Pins embassy-imxrt Git dependency to v0.1.0. |
| libs/ec-slimloader-imxrt/Cargo.toml | Pins embassy-imxrt and partition-manager Git dependencies to v0.1.0. |
| examples/rt685s/Cargo.toml | Pins workspace-level embassy-imxrt and partition-manager Git dependencies to v0.1.0. |
tullom
approved these changes
May 22, 2026
RobertZ2011
approved these changes
May 22, 2026
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.
Add tag = "v0.1.0" to git dependencies for embassy-imxrt and partition-manager (embedded-services) across all workspace crates to pin them to the v0.1.0 release.