Skip to content

Commit 6c1007c

Browse files
author
“ramfox”
committed
chore: add patch for iroh dependencies
Updates the following dependencies to use their main branches: - `iroh` from `https://github.com/n0-computer/iroh.git` - `irpc` from `https://github.com/n0-computer/irpc.git` - `iroh-blobs` from `https://github.com/n0-computer/iroh-blobs.git`
1 parent 3d2b83f commit 6c1007c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ codegen-units = 1
6666
lto = true
6767
debug = "none"
6868
strip = true
69+
70+
[patch.crates-io]
71+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
72+
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "patch-iroh-main" }
73+
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "patch-iroh-main" }

0 commit comments

Comments
 (0)