Skip to content

Commit b8b66af

Browse files
Merge #109
109: Bump cortex-m-rtic from 1.1.3 to 1.1.4 in /rtic_v1/stm32f4_independent_watchdog r=AfoHT a=dependabot[bot] Bumps [cortex-m-rtic](https://github.com/rtic-rs/cortex-m-rtic) from 1.1.3 to 1.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rtic-rs/cortex-m-rtic/blob/master/CHANGELOG.md">cortex-m-rtic's changelog</a>.</em></p> <blockquote> <h2>[v1.1.4] - 2023-02-26</h2> <h3>Added</h3> <ul> <li>CFG: Support #[cfg] on HW task, cleanup for SW tasks</li> <li>CFG: Slightly improved support for #[cfg] on Monotonics</li> <li>CI: Check examples also for thumbv8.{base,main}</li> <li>Allow custom <code>link_section</code> attributes for late resources</li> </ul> <h3>Fixed</h3> <ul> <li>Attempt to handle docs generation enabling <code>deny(missing_docs)</code></li> <li>Book: Editorial review</li> <li>Use native GHA rustup and cargo</li> <li>Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.</li> </ul> <h3>Changed</h3> <ul> <li>Updated dev-dependency cortex-m-semihosting to v0.5</li> <li>CI: Updated to setup-python@v4</li> <li>CI: Updated to checkout@v3</li> <li>Tuned redirect message for rtic.rs/meeting</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/1c5db277e4161470136dbd2a11e914ff1d383581"><code>1c5db27</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/698">#698</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/e1a0987dc2cff288a35359db48c3a7ca7e2807dc"><code>e1a0987</code></a> Release: v1.1.4</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/dbc6964f8851ab9a54b55bd2620d5e1096e30f12"><code>dbc6964</code></a> example: pool: Do not print the addr</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/d43c2b64cc726ff093d418d45d89226dd76e4e55"><code>d43c2b6</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/692">#692</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a601c6e449e7222dcfe73bc2f2c41c95b99b46d7"><code>a601c6e</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/691">#691</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/a5e18cd5294870be824f90bdd1d586586c37a153"><code>a5e18cd</code></a> Merge <a href="https://github-redirect.dependabot.com/rtic-rs/cortex-m-rtic/issues/686">#686</a></li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/04189cc6844d7d43305a57464713defb5a46d85c"><code>04189cc</code></a> Mostly editorial review.</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/800904a1054639a090ef92e9b1e7c884ea9863e0"><code>800904a</code></a> Handle more cfgs, support cfg on HW/SW tasks</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/259be7bbf9cfa0ac24c276190515e988d98770b7"><code>259be7b</code></a> Update changelog</li> <li><a href="https://github.com/rtic-rs/cortex-m-rtic/commit/022330bfcb4b29bd8e939f2ae3a784c787a6ee95"><code>022330b</code></a> Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax</li> <li>Additional commits viewable in <a href="https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m-rtic&package-manager=cargo&previous-version=1.1.3&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
2 parents d07dfc4 + d42aed5 commit b8b66af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rtic_v1/stm32f4_independent_watchdog/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)