Skip to content

Commit d739d52

Browse files
authored
chore: patch to use main branch of iroh dependencies (#64)
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 e35beb6 commit d739d52

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Cargo.lock

+5-11
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" }

deny.toml

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ ignore = [
3434
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
3535
"RUSTSEC-2024-0384", # unmaintained, no upgrade available
3636
]
37+
38+
[sources]
39+
allow-git = ["https://github.com/n0-computer/iroh.git", "https://github.com/n0-computer/quic-rpc.git"]

0 commit comments

Comments
 (0)