Skip to content

Commit

Permalink
force beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Aug 4, 2024
1 parent 04b1e24 commit b65cc49
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 54 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -68,5 +70,3 @@ rppal = "0.18.0"
[target.armv7-unknown-linux-gnueabihf.dependencies]
rppal = "0.18.0"

[patch.crates-io]
derive_more = "=1.0.0-beta6"

0 comments on commit b65cc49

Please sign in to comment.