Skip to content

Commit

Permalink
Merge pull request #323 from andrewdavidmackenzie/patch_derive_more
Browse files Browse the repository at this point in the history
Patch derive-more
  • Loading branch information
andrewdavidmackenzie authored Aug 4, 2024
2 parents da74919 + b65cc49 commit 7c2bb38
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 53 deletions.
139 changes: 87 additions & 52 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pigg"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "A Graphical User Interface for interacting with local and remote Raspberry Pi Hardware"
default-run = "piggui"
Expand All @@ -23,6 +23,8 @@ default = []
discovery = []

[dependencies]
derive_more = "=1.0.0-beta.6" # To fix iroh-net issue

# use in piggui and piglet
chrono = { version = "0.4", default-features = false, features = ["now", "serde"] }
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
Expand Down Expand Up @@ -67,3 +69,4 @@ rppal = "0.18.0"

[target.armv7-unknown-linux-gnueabihf.dependencies]
rppal = "0.18.0"

0 comments on commit 7c2bb38

Please sign in to comment.