Skip to content

Commit

Permalink
Update rppal requirement from 0.17.1 to 0.18.0 (#8)
Browse files Browse the repository at this point in the history
Updates the requirements on [rppal](https://github.com/golemparts/rppal) to permit the latest version.
- [Release notes](https://github.com/golemparts/rppal/releases)
- [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md)
- [Commits](golemparts/rppal@0.17.1...0.18.0)

---
updated-dependencies:
- dependency-name: rppal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent a165ef1 commit bb6751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ embedded-hal-bus = { version = "0.2.0", features = ["std"] }
eyre = "0.6.9"
log = "0.4.20"
pretty_env_logger = "0.5.0"
rppal = { version = "0.17.1", features = ["hal"] }
rppal = { version = "0.18.0", features = ["hal"] }
serde_test = "1.0.176"

[features]
Expand Down

0 comments on commit bb6751a

Please sign in to comment.