Skip to content

Commit

Permalink
Bump rppal from 0.17.1 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [rppal](https://github.com/golemparts/rppal) from 0.17.1 to 0.18.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 56995a8 commit ee5e555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gui = ["iced", "tokio", "serde"]

[dependencies]
# for interacting with GPIO on the Raspberry Pi
rppal = { version = "0.17.1", optional = true }
rppal = { version = "0.18.0", optional = true }

# for GUI
iced = { version = "0.12.1", features = ["tokio", "debug", "canvas", "advanced"], optional = true }
Expand Down

0 comments on commit ee5e555

Please sign in to comment.