Skip to content

Commit 2f79a3f

Browse files
authored
chore: patch to use main branch of iroh dependencies (#37)
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` - `iroh-gossip` from `https://github.com/n0-computer/iroh-gossip.git` - `iroh-blobs` from `https://github.com/n0-computer/iroh-blobs.git`
1 parent d6078b1 commit 2f79a3f

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

Cargo.lock

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

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,10 @@ rpc = [
117117
[package.metadata.docs.rs]
118118
all-features = true
119119
rustdoc-args = ["--cfg", "iroh_docsrs"]
120+
121+
[patch.crates-io]
122+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
123+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }
124+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
125+
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip.git", branch = "main" }
126+
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "main" }

deny.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ ignore = [
3737
]
3838

3939
[sources]
40-
allow-git = []
40+
allow-git = ["https://github.com/n0-computer/iroh.git", "https://github.com/n0-computer/quic-rpc.git", "https://github.com/n0-computer/iroh-blobs.git", "https://github.com/n0-computer/iroh-gossip.git"]

0 commit comments

Comments
 (0)