Skip to content

Update linux-embedded-hal requirement from 0.4.0 to 0.5.0 - #266

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/linux-embedded-hal-0.5.0
Open

Update linux-embedded-hal requirement from 0.4.0 to 0.5.0#266
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/linux-embedded-hal-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on linux-embedded-hal to permit the latest version.

Release notes

Sourced from linux-embedded-hal's releases.

Release 0.5.0

Changed

  • MSRV is now 1.85.0.
  • Set resolver = "3", which implies resolver.incompatible-rust-versions = "fallback"
  • Updated to nix 0.31.3
  • Updated to spidev 0.7.1

Added

  • Added async DelayNs implementation for tokio.
  • Added feature flag for serial.

Fixed

  • Fix UB (and remove unsafe block) in handling of SpiOperation::TransferInPlace
Changelog

Sourced from linux-embedded-hal's changelog.

[v0.5.0]

Changed

  • MSRV is now 1.85.0.
  • Set resolver = "3", which implies resolver.incompatible-rust-versions = "fallback"
  • Updated to nix 0.31.3
  • Updated to spidev 0.7.1

Added

  • Added async DelayNs implementation for tokio.
  • Added feature flag for serial.

Fixed

  • Fix UB (and remove unsafe block) in handling of SpiOperation::TransferInPlace

[v0.4.0] - 2024-01-10

Changed

[v0.4.0-alpha.4] - 2024-01-03

Changed

  • [breaking-change] Replace serial-rs with the serialport-rs crate. Serial::open now needs a baud-rate argument as well.
  • [breaking-change] Split Spidev into SpidevDevice and SpidevBus, implementing the respective SpiDevice and SpiBus traits (#100)
  • Updated to embedded-hal 1.0.0-rc.3 release (API changes)
  • Updated to embedded-hal-nb 1.0.0-rc.3 release (API changes)
  • Updated to spidev 0.6.0 release(API changes)
  • Updated to i2cdev 0.6.0 release(API changes)
  • Updated to gpio_cdev 0.6.0 release(API changes)
  • Updated to nix 0.27.1
  • MSRV is now 1.65.0.

Fixed

  • Fix using SPI transfer with unequal buffer sizes (#97, #98).

[v0.4.0-alpha.3] - 2022-08-04

Added

  • Added feature flag for spi and i2c

Changed

  • Updated to embedded-hal 1.0.0-alpha.8 release (API changes)

... (truncated)

Commits
  • 89fe3d9 Merge pull request #129 from rust-embedded/prepare-release-0.5.0
  • 40a5d01 Prepare 0.5.0 release
  • cf18a25 Merge pull request #131 from rust-embedded/update-nix-spidev
  • d8d60c9 Update nix to 0.31.3, spidev to 0.7.1
  • 932bfdd Merge pull request #130 from rust-embedded/bump-msrv-fix-ci
  • ecd53bf Fix a clippy warning
  • ae58637 Bump MSRV to 1.85.0 to fix CI
  • e9ccbf9 Merge pull request #126 from Kobzol/remove-triagebot-toml
  • 4487b61 Remove triagebot.toml
  • abbb2d7 Merge pull request #127 from jannic-dev-forks/msrv-1.84.0
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [linux-embedded-hal](https://github.com/rust-embedded/linux-embedded-hal) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/linux-embedded-hal/releases)
- [Changelog](https://github.com/rust-embedded/linux-embedded-hal/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/linux-embedded-hal@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: linux-embedded-hal
  dependency-version: 0.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 27, 2026
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