Skip to content

Bump rppal from 0.14.1 to 0.16.0

Ghost User requested to merge dependabot-cargo-rppal-0.16.0 into master

Bumps rppal from 0.14.1 to 0.16.0.

Release notes

Sourced from rppal's releases.

v0.16.0

  • (Breaking change) Update embedded-hal to v1.0.0-rc.2 (contributed by @​reitermarkus).
  • (Breaking change) Update embedded-hal to v1.0.0-rc.1 (contributed by @​mbuesch).
  • (Breaking change) Change Minimum Supported Rust Version (MSRV) to v1.60.0.
  • Remove Hardware field check in /proc/cpuinfo.
  • Fix device recognition for Raspberry PI Zero 2 W (2021) on Arch Linux (contributed by @​denisandroid).

v0.15.0

  • Add support for Raspberry Pi 5 (thanks @​ukscone for all the testing!).
  • Gpio: (Breaking change) Rename PullUpDown enum to Bias, and set_pullupdown to set_bias.
  • Gpio: Add support for new modes Alt6, Alt7 and Alt8.
  • I2c: Implement I2C transactions for embedded-hal (contributed by @​CBJamo).
Changelog

Sourced from rppal's changelog.

0.16.0 (December 10, 2023)

  • (Breaking change) Update embedded-hal to v1.0.0-rc.2 (contributed by @​reitermarkus).
  • (Breaking change) Update embedded-hal to v1.0.0-rc.1 (contributed by @​mbuesch).
  • (Breaking change) Change Minimum Supported Rust Version (MSRV) to v1.60.0.
  • Remove Hardware field check in /proc/cpuinfo.
  • Fix device recognition for Raspberry Pi Zero 2 W (2021) on Arch Linux (contributed by @​denisandroid).

0.15.0 (October 18, 2023)

  • Add support for Raspberry Pi 5 (thanks @​ukscone for all the testing!).
  • Gpio: (Breaking change) Rename PullUpDown enum to Bias, and set_pullupdown to set_bias.
  • Gpio: Add support for new modes Alt6, Alt7 and Alt8.
  • I2c: Implement I2C transactions for embedded-hal (contributed by @​CBJamo).
Commits
  • d169f58 Bump version to 0.16.0
  • e888ea1 Update documentation
  • 55bbddd Update documentation
  • 2062df2 Remove /proc/cpuinfo Hardware field check
  • 5ead54e Update documentation
  • c237b48 Merge pull request #133 from reitermarkus/embedded-hal
  • 2e7477a Update embedded-hal to 1.0.0-rc.2.
  • e25762a Merge pull request #132 from denisandroid/master
  • f84c36a 1. Fix support for "Raspberry PI W2 2021".
  • 86dab12 Change MSRV to 1.60.0
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports