Skip to content

Commit

Permalink
Bump rppal from 0.20.0 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [rppal](https://github.com/golemparts/rppal) from 0.20.0 to 0.22.1.
- [Release notes](https://github.com/golemparts/rppal/releases)
- [Changelog](https://github.com/golemparts/rppal/blob/master/CHANGELOG.md)
- [Commits](golemparts/rppal@0.20.0...0.22.1)

---
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 Dec 11, 2024
1 parent 6d753da commit 65af51c
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 @@ -94,7 +94,7 @@ clap = { version = "4.5.23", default-features = false, features = ["std", "help"
[target.'cfg(any(all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm"))'.dependencies]
# Use 'tiny-skia' renderer in iced
iced = { version = "0.13.1", default-features = false, features = ["tokio", "tiny-skia"] }
rppal = "0.20.0"
rppal = "0.22.1"
libc = "0.2.168"

# Non-Raspberry Pi - use 'wgpu' renderer in iced
Expand Down

0 comments on commit 65af51c

Please sign in to comment.