Skip to content

Commit

Permalink
fix working copy
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Dec 11, 2024
1 parent 8593c70 commit 4b7ce21
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 118 deletions.
156 changes: 58 additions & 98 deletions Cargo.lock

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

17 changes: 13 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,17 @@ fd-lock = "4"
futures-lite = { workspace = true }
futures = { workspace = true }
hex = "0.4.0"
hickory-resolver = "=0.25.0-alpha.2"
hickory-resolver = "=0.25.0-alpha.4"
http-body-util = "0.1.2"
humansize = "2"
hyper = "1"
hyper-util = "0.1.10"
image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh-gossip = { version = "0.29", default-features = false, features = ["net"] }
iroh = { version = "0.29", default-features = false }
iroh-base = { version = "0.29", features = ["base32"] }
iroh-gossip = { path = "../iroh-gossip", default-features = false, features = ["net"] }
# iroh = { version = "0.29", default-features = false }
# iroh-base = { version = "0.29", features = ["base32"] }
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main", default-features = false }
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main", features = ["base32"] }
kamadak-exif = "0.6.1"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = { workspace = true }
Expand Down Expand Up @@ -205,3 +207,10 @@ vendored = [

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

# [patch.crates-io]
# iroh-net-report = { path = "../iroh/iroh-net-report" }

[patch.crates-io]
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
Loading

0 comments on commit 4b7ce21

Please sign in to comment.