Skip to content

Commit d284fe5

Browse files
authored
chore: add patch for iroh dependencies (#55)
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 5c8d231 commit d284fe5

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Cargo.lock

+4-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2929
[dev-dependencies]
3030
duct = "0.13.6"
3131
nix = { version = "0.29", features = ["signal", "process"] }
32+
33+
[patch.crates-io]
34+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
35+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)