Skip to content

Commit dbf2c77

Browse files
authored
chore: add patch for iroh dependencies (#76)
This PR updates the following dependencies to use their main branches: - `iroh` from `https://github.com/n0-computer/iroh.git` - `iroh-blobs` from `https://github.com/n0-computer/iroh-blobs.git`
1 parent d032d66 commit dbf2c77

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

Cargo.lock

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ nix = { version = "0.29", features = ["signal", "process"] }
4444
rand = "0.8.5"
4545
serde_json = "1.0.108"
4646
tempfile = "3.8.1"
47+
48+
[patch.crates-io]
49+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
50+
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "main" }

0 commit comments

Comments
 (0)