Skip to content

Commit fc6a9b0

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

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 6 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
@@ -31,3 +31,7 @@ n0-snafu = "0.2.1"
3131
[dev-dependencies]
3232
duct = "0.13.6"
3333
nix = { version = "0.29", features = ["signal", "process"] }
34+
35+
[patch.crates-io]
36+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
37+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)