-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cyw43-pio requirement from 0.1.0 to 0.2.0 #78
Closed
Conversation
This file contains 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
@dependabot merge
…On Mon, Aug 5, 2024 at 7:47 PM dependabot[bot] ***@***.***> wrote:
Updates the requirements on cyw43-pio
<https://github.com/embassy-rs/embassy> to permit the latest version.
Commits
- a94f197
<embassy-rs/embassy@a94f197>
Merge pull request #3230
<https://redirect.github.com/embassy-rs/embassy/issues/3230> from
9names/cyw43-release-0.2
- 49a8cf2
<embassy-rs/embassy@49a8cf2>
Add cyw43/cyw43-pio changelogs
- dc77601
<embassy-rs/embassy@dc77601>
Update rp examples to cyw43 0.2 and cyw43-pio 0.2
- 819d1ef
<embassy-rs/embassy@819d1ef>
Uprev cyw43 and cyw43-pio for embassy-rp 0.2
- 0f68576
<embassy-rs/embassy@0f68576>
Merge pull request #3229
<https://redirect.github.com/embassy-rs/embassy/issues/3229> from
plaes/nrf-changelog
- 31ac31f
<embassy-rs/embassy@31ac31f>
nrf: Rearrange CHANGELOG by features for better overview
- d091b3f
<embassy-rs/embassy@d091b3f>
Merge pull request #3225
<https://redirect.github.com/embassy-rs/embassy/issues/3225> from
embassy-rs/prepare-nrf-release
- 8865801
<embassy-rs/embassy@8865801>
update dates
- 187093e
<embassy-rs/embassy@187093e>
Prepare to release embassy-boot-rp
- f605302
<embassy-rs/embassy@f605302>
Prepare to release embassy-rp
- Additional commits viewable in compare view
<embassy-rs/embassy@embassy-rp-v0.1.0...cyw43-pio-v0.2.0>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#78
Commit Summary
- 533d14a
<533d14a>
Update cyw43-pio requirement from 0.1.0 to 0.2.0
File Changes
(1 file <https://github.com/andrewdavidmackenzie/pingr/pull/78/files>)
- *M* picomon/Cargo.toml
<https://github.com/andrewdavidmackenzie/pingr/pull/78/files#diff-bc815227cb0395e7e29032efc6aa19b93b09ef78a19600e03f0c1122bf965272>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pingr/pull/78.patch
- https://github.com/andrewdavidmackenzie/pingr/pull/78.diff
—
Reply to this email directly, view it on GitHub
<#78>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LEORCHJYO7DCQSYHW3ZP63DRAVCNFSM6AAAAABMAYAPJWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DSMJTGQZDINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Updates the requirements on [cyw43-pio](https://github.com/embassy-rs/embassy) to permit the latest version. - [Commits](embassy-rs/embassy@embassy-rp-v0.1.0...cyw43-pio-v0.2.0) --- updated-dependencies: - dependency-name: cyw43-pio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/cargo/cyw43-pio-0.2.0
branch
from
August 19, 2024 22:54
533d14a
to
7ee5234
Compare
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
Looks like cyw43-pio is up-to-date now, so this is no longer needed. |
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.
Updates the requirements on cyw43-pio to permit the latest version.
Commits
a94f197
Merge pull request #3230 from 9names/cyw43-release-0.249a8cf2
Add cyw43/cyw43-pio changelogsdc77601
Update rp examples to cyw43 0.2 and cyw43-pio 0.2819d1ef
Uprev cyw43 and cyw43-pio for embassy-rp 0.20f68576
Merge pull request #3229 from plaes/nrf-changelog31ac31f
nrf: Rearrange CHANGELOG by features for better overviewd091b3f
Merge pull request #3225 from embassy-rs/prepare-nrf-release8865801
update dates187093e
Prepare to release embassy-boot-rpf605302
Prepare to release embassy-rpDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)