Update tps6699x and embedded-usb-pd dependency ref#862
Open
jerrysxie wants to merge 2 commits into
Open
Conversation
Remove branch pin from tps6699x (was v0.2.0, now defaults to main). Pin embedded-usb-pd to tag v0.1.0.
tullom
approved these changes
May 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the workspace's external Type-C dependencies: pins embedded-usb-pd to tag v0.1.0 and drops the v0.2.0 branch pin from tps6699x so it tracks the default branch. Lockfiles and example manifests are updated to match.
Changes:
- Pin
embedded-usb-pdto git tagv0.1.0in the root workspace and both example workspaces. - Remove the
branch = "v0.2.0"pin fromtps6699x, moving it to the default-branch commit159ae3b. - Refresh
Cargo.lockfiles (root,examples/rt685s-evk,examples/std) to reflect the new sources.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Adds tag = "v0.1.0" to embedded-usb-pd; removes branch pin from tps6699x. |
| Cargo.lock | Updates lockfile sources for both crates. |
| examples/rt685s-evk/Cargo.toml | Mirrors root manifest changes for direct example deps. |
| examples/rt685s-evk/Cargo.lock | Updates lockfile sources for example. |
| examples/std/Cargo.toml | Pins embedded-usb-pd to tag v0.1.0. |
| examples/std/Cargo.lock | Updates lockfile sources for std example. |
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.
Remove branch pin from tps6699x (was v0.2.0, now defaults to main). Pin embedded-usb-pd to tag v0.1.0.