Skip to content

Commit ecdf5f2

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ fs-store = ["dep:redb", "dep:reflink-copy"]
7272
[patch.crates-io]
7373
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
7474
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
75+
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "main" }

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ path = "LICENSE"
4343
[sources]
4444
allow-git = [
4545
"https://github.com/n0-computer/iroh",
46-
]
46+
"https://github.com/n0-computer/irpc.git",
47+
]

0 commit comments

Comments
 (0)