Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Bump embedded-hal from 0.2.7 to 1.0.0 #10

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 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 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)

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 added the dependencies Pull requests that update a dependency file label Jan 24, 2024
@manglemix manglemix merged commit a632c1f into main Jan 24, 2024
1 check failed
@manglemix manglemix deleted the dependabot/cargo/embedded-hal-1.0.0 branch January 24, 2024 20:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant