newAM / ambientsensor-rs

A rust re-implementation of an old embedded C project.
MIT License
18 stars 1 forks source link

Bump cortex-m-rtic from 1.1.3 to 1.1.4 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps cortex-m-rtic from 1.1.3 to 1.1.4.

Changelog

Sourced from cortex-m-rtic's changelog.

[v1.1.4] - 2023-02-26

Added

  • CFG: Support #[cfg] on HW task, cleanup for SW tasks
  • CFG: Slightly improved support for #[cfg] on Monotonics
  • CI: Check examples also for thumbv8.{base,main}
  • Allow custom link_section attributes for late resources

Fixed

  • Attempt to handle docs generation enabling deny(missing_docs)
  • Book: Editorial review
  • Use native GHA rustup and cargo
  • Distinguish between thumbv8m.base and thumbv8m.main for basepri usage.

Changed

  • Updated dev-dependency cortex-m-semihosting to v0.5
  • CI: Updated to setup-python@v4
  • CI: Updated to checkout@v3
  • Tuned redirect message for rtic.rs/meeting
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)