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

cargo: bump embedded-hal from 0.2.7 to 1.0.0 in /src/exercises/bare-metal/compass #1720

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps embedded-hal from 0.2.7 to 1.0.0.

Release notes

Sourced from embedded-hal's releases.

v1.0.0

Check out the announcement blog post and the migration guide.

Changes since v1.0.0-rc.3:

  • gpio: remove ToggleableOutputPin, move toggle() to StatefulOutputPin.

v1.0.0-rc.3

  • gpio: require &mut self in InputPin and StatefulOutputPin.

v1.0.0-rc.2

  • Minor document fixes.
  • Add #[inline] hints to most of embedded-hal functions.
  • pwm: rename get_max_duty_cycle to max_duty_cycle.
  • delay: Rename DelayUs to DelayNs
  • delay: Add DelayNs::delay_ns()
  • delay: Add default impls of delay_ms and delay_us based on delay_ns.
  • delay: Make the default impl of delay_ms more efficient, it now does less calls to the underlying delay_ns (previously delay_us).
  • spi: Rename Operation::DelayUs to Operation::DelayNs, with nanosecond precision.

embedded-hal-async release 1.0.0-rc.1

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Add optional defmt 0.3 support.
  • Remove serial traits, the replacement is the embedded-io crate.
  • Added + ?Sized to all blanket impls.
  • Moved ExclusiveDevice to embedded-hal-bus.

embedded-hal-nb release 1.0.0-rc.1

  • Updated embedded-hal to version 1.0.0-rc.1.
  • Added + ?Sized to all blanket impls.

embedded-hal-nb release 1.0.0-alpha.3

Changed

  • Updated embedded-hal to version 1.0.0-alpha.11.

embedded-hal-nb release 1.0.0-alpha.2

Changed

  • Updated embedded-hal to version 1.0.0-alpha.10.

embedded-hal-nb release 1.0.0-alpha.1

Changed

  • Updated embedded-hal to version 1.0.0-alpha.9.

embedded-hal-nb release 1.0.0-alpha.0

First release to crates.io

Commits
  • f8c79fe Merge pull request #555 from Dirbaio/migration-giude
  • 11c8b9e Release embedded-hal{,-async,-nb} v1.0.0, embedded-hal-bus v0.1.0
  • 5f89197 docs/migration: document gpio change to &mut self.
  • bf488df docs: update readmes for v1.0
  • b7ee113 docs/migration: add advice to impl both versions, add e-h-compat
  • 871f473 Move migration guide to docs dir.
  • 0dec059 Merge pull request #562 from jr-oss/fix_spi_transfer_doc
  • 74ca5ae Commit b6764ecd replaced closures by operations. Update documentation accordi...
  • 208f028 Merge pull request #561 from GrantM11235/patch-1
  • 83620fe Migration guide typo
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 18, 2024
@dependabot dependabot bot requested review from djmitche, mgeisler and qwandor January 18, 2024 10:22
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.7 to 1.0.0.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@v0.2.7...embedded-hal-v1.0.0)

---
updated-dependencies:
- dependency-name: embedded-hal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/exercises/bare-metal/compass/embedded-hal-1.0.0 branch from f11d81f to 8502202 Compare January 18, 2024 12:08
@randomPoison randomPoison merged commit bc12c38 into main Jan 22, 2024
33 checks passed
@randomPoison randomPoison deleted the dependabot/cargo/src/exercises/bare-metal/compass/embedded-hal-1.0.0 branch January 22, 2024 19:01
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant