Skip to content

Commit 08e341a

Browse files
author
“ramfox”
committed
chore: add patch for iroh dependencies
This PR updates the following dependencies to use their main branches: - `iroh` from `https://github.com/n0-computer/iroh.git` - `quic-rpc` from `https://github.com/n0-computer/quic-rpc.git` - `iroh-base` from `https://github.com/n0-computer/iroh.git`
1 parent 0308a77 commit 08e341a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Cargo.lock

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

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,8 @@ debug-assertions = false
184184
opt-level = 3
185185
panic = 'abort'
186186
incremental = false
187+
188+
[patch.crates-io]
189+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
190+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }
191+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)