Skip to content
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

Bump stm32f4xx-hal from 0.15.0 to 0.16.0 #301

Merged
merged 4 commits into from
May 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps stm32f4xx-hal from 0.15.0 to 0.16.0.

Changelog

Sourced from stm32f4xx-hal's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Commits

Dependabot compatibility score

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 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)

Bumps [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/stm32-rs/stm32f4xx-hal/releases)
- [Changelog](https://github.com/stm32-rs/stm32f4xx-hal/blob/master/CHANGELOG.md)
- [Commits](stm32-rs/stm32f4xx-hal@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: stm32f4xx-hal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 8, 2023
@ryan-summers
Copy link
Member

bors try

bors bot added a commit that referenced this pull request May 8, 2023
@bors
Copy link
Contributor

bors bot commented May 8, 2023

try

Build failed:

@ryan-summers
Copy link
Member

bors try

bors bot added a commit that referenced this pull request May 8, 2023
@bors
Copy link
Contributor

bors bot commented May 8, 2023

try

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@ryan-summers ryan-summers requested a review from jordens May 8, 2023 12:01
@ryan-summers
Copy link
Member

@jordens Mind taking a quick look at things here since I had to manually write the changes?

@jordens
Copy link
Member

jordens commented May 8, 2023

lgtm

bors +

@bors
Copy link
Contributor

bors bot commented May 8, 2023

Did you mean "r+"?

1 similar comment
@bors
Copy link
Contributor

bors bot commented May 8, 2023

Did you mean "r+"?

@jordens
Copy link
Member

jordens commented May 8, 2023

sure!

bors r+

bors bot added a commit that referenced this pull request May 8, 2023
301: Bump stm32f4xx-hal from 0.15.0 to 0.16.0 r=jordens a=dependabot[bot]

Bumps [stm32f4xx-hal](https://github.com/stm32-rs/stm32f4xx-hal) from 0.15.0 to 0.16.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/stm32-rs/stm32f4xx-hal/blob/master/CHANGELOG.md">stm32f4xx-hal's changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a>
and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p>
<h2>[Unreleased]</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/a7584100b548c45dbf47f5bc562791acbbc70662"><code>a758410</code></a> Merge <a href="https://redirect.github.com/stm32-rs/stm32f4xx-hal/issues/629">#629</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/cd4c1dfc30cd3fa5067ca563d3c9eaae9695886e"><code>cd4c1df</code></a> release 0.16</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/14c7cb465023263595169e20e428ab769df71284"><code>14c7cb4</code></a> Merge <a href="https://redirect.github.com/stm32-rs/stm32f4xx-hal/issues/545">#545</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/bf445ea1f480e00abcbb609521691cd0b60f3473"><code>bf445ea</code></a> Merge <a href="https://redirect.github.com/stm32-rs/stm32f4xx-hal/issues/588">#588</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/b1a041e923632704720198a00b377aa3db442427"><code>b1a041e</code></a> Allow Transfer.is_idle() and Transfer.is_rx_not_empty() for serial::Rx, add r...</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/a0971b2a2cb83292489ff3619bece79a63c81269"><code>a0971b2</code></a> Merge <a href="https://redirect.github.com/stm32-rs/stm32f4xx-hal/issues/626">#626</a></li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/321da162362fa3755ebacd17091e0ddd22432ee8"><code>321da16</code></a> fix formatting</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/1753f1b539fa02786e99a3730517e528d2b332ba"><code>1753f1b</code></a> update changelog</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/99c2b8943ba7b16144635e01326c6a66a7fa43d2"><code>99c2b89</code></a> fix i2s example</li>
<li><a href="https://github.com/stm32-rs/stm32f4xx-hal/commit/bcf23b772b7850e51281775f10cc3ee1d634a8de"><code>bcf23b7</code></a> adapt to use stm32_i2s v4</li>
<li>Additional commits viewable in <a href="https://github.com/stm32-rs/stm32f4xx-hal/compare/v0.15.0...v0.16.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stm32f4xx-hal&package-manager=cargo&previous-version=0.15.0&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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` 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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Summers <[email protected]>
@ryan-summers
Copy link
Member

I reconfigured bors and the environment setup to test #302, so we'll have to avoid him for now.

@ryan-summers ryan-summers merged commit 10e572e into main May 8, 2023
@ryan-summers ryan-summers deleted the dependabot/cargo/stm32f4xx-hal-0.16.0 branch May 8, 2023 14:17
@bors
Copy link
Contributor

bors bot commented May 8, 2023

Timed out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants