-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
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]>
bors try |
tryBuild failed: |
bors try |
tryBuild 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. If you want to switch to GitHub's built-in merge queue, visit their help page. |
@jordens Mind taking a quick look at things here since I had to manually write the changes? |
lgtm bors + |
Did you mean "r+"? |
1 similar comment
Did you mean "r+"? |
sure! bors r+ |
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]>
I reconfigured bors and the environment setup to test #302, so we'll have to avoid him for now. |
Timed out. |
Bumps stm32f4xx-hal from 0.15.0 to 0.16.0.
Changelog
Sourced from stm32f4xx-hal's changelog.
Commits
a758410
Merge #629cd4c1df
release 0.1614c7cb4
Merge #545bf445ea
Merge #588b1a041e
Allow Transfer.is_idle() and Transfer.is_rx_not_empty() for serial::Rx, add r...a0971b2
Merge #626321da16
fix formatting1753f1b
update changelog99c2b89
fix i2s examplebcf23b7
adapt to use stm32_i2s v4Dependabot 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)