-
Notifications
You must be signed in to change notification settings - Fork 22
Commit da09fc1
Merge #87
87: Bump embedded-hal from 0.2.5 to 0.2.7 in /rtic_v0.5/stm32f3_blinky r=AfoHT a=dependabot[bot]
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.5 to 0.2.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded/embedded-hal/blob/v0.2.7/CHANGELOG.md">embedded-hal's changelog</a>.</em></p>
<blockquote>
<h2>[v0.2.7] - 2022-02-09</h2>
<h3>Added</h3>
<ul>
<li>Backport CAN interface from the upcoming 1.0 release.</li>
</ul>
<h2>[v0.2.6] - 2021-08-03</h2>
<h3>Added</h3>
<p>Backported non-breaking changes from the upcoming 1.0 release:</p>
<ul>
<li><code>Transactional</code> SPI interface for executing groups of SPI transactions.</li>
<li><code>Transactional</code> I2C interface for executing groups of I2C transactions.</li>
<li>10-bit addressing mode for I2C traits.</li>
<li><code>set_state</code> method for <code>OutputPin</code> using an input <code>PinState</code> value.</li>
<li><code>IoPin</code> trait for pins that can change between being inputs or outputs
dynamically.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/2e91b430c5f3c2e06cb3f12a7812e17cafd2d3bc"><code>2e91b43</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/embedded-hal/issues/353">#353</a></li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/08c2b886391bbfcddd9928c426c265692c4c0dc3"><code>08c2b88</code></a> Prepare 0.2.7 release</li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/56ac760cc15965db764389daf240e17b2c157c24"><code>56ac760</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/embedded-hal/issues/319">#319</a></li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/8281dd37e741c353f865d71947b435433c0119d9"><code>8281dd3</code></a> backport CAN</li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/bccb903e8d8f4368e4c9e03c900279ebd34f75aa"><code>bccb903</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/embedded-hal/issues/303">#303</a></li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/33642078881e953907a301f8e8dd74c8766038ec"><code>3364207</code></a> Prepare 0.2.6 release</li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/7199533928234ee4f9fc0f67f8608bdbf81ca29a"><code>7199533</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/embedded-hal/issues/301">#301</a></li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/769b933390219de9329a680ab837ec03b6e91477"><code>769b933</code></a> update changelog</li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/d84543f13a327f8339e71ade34cca94930589d77"><code>d84543f</code></a> backport spi::Transactional</li>
<li><a href="https://github.com/rust-embedded/embedded-hal/commit/1ef9f26b3ea025c07418325d953c821ef1eaff54"><code>1ef9f26</code></a> backport digital</li>
<li>Additional commits viewable in <a href="https://github.com/rust-embedded/embedded-hal/compare/v0.2.5...v0.2.7">compare view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
2 files changed
+156
-53
lines changedOpen diff view settings
Filter options
- rtic_v0.5/stm32f3_blinky
Expand file treeCollapse file tree
2 files changed
+156
-53
lines changedOpen diff view settings
Collapse file
rtic_v0.5/stm32f3_blinky/Cargo.lock
Copy file name to clipboardExpand all lines: rtic_v0.5/stm32f3_blinky/Cargo.lock+155-52Lines changed: 155 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
rtic_v0.5/stm32f3_blinky/Cargo.toml
Copy file name to clipboardExpand all lines: rtic_v0.5/stm32f3_blinky/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments