Skip to content

Commit

Permalink
Merge pull request #33 from andrewdavidmackenzie/dependabot/cargo/rpp…
Browse files Browse the repository at this point in the history
…al-0.18.0
  • Loading branch information
dependabot[bot] authored May 20, 2024
2 parents 56995a8 + ee5e555 commit bab576f
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 bab576f

Please sign in to comment.