Skip to content

Commit 8f329b9

Browse files
authored
chore: patch to use main branch of iroh dependencies (#12)
* 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`
1 parent ae5de2d commit 8f329b9

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Cargo.lock

Lines changed: 5 additions & 11 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
@@ -71,3 +71,7 @@ cli = ["dep:clap", "dep:colored", "dep:comfy-table", "dep:time", "dep:human-time
7171
[package.metadata.docs.rs]
7272
all-features = true
7373
rustdoc-args = ["--cfg", "iroh_docsrs"]
74+
75+
[patch.crates-io]
76+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
77+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ignore = [
2828
]
2929

3030
[sources]
31-
allow-git = []
31+
allow-git = ["https://github.com/n0-computer/iroh.git", "https://github.com/n0-computer/quic-rpc.git"]

0 commit comments

Comments
 (0)