Skip to content

Commit c38c0a1

Browse files
authored
chore: add patch for iroh dependencies (#99)
This PR updates the following dependencies to use their main branches: - `iroh` from `https://github.com/n0-computer/iroh.git` - `irpc` from `https://github.com/n0-computer/irpc.git` - `iroh-base` from `https://github.com/n0-computer/iroh.git`
1 parent 6fc7630 commit c38c0a1

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ hide-proto-docs = []
6666
metrics = []
6767
default = ["hide-proto-docs"]
6868

69-
# [patch.crates-io]
70-
# iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "ramfox/ticket-error" }
71-
# iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "ramfox/ticket-error" }
72-
# irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "iroh-quinn-latest" }
73-
# irpc-derive = { git = "https://github.com/n0-computer/irpc.git", branch = "iroh-quinn-latest" }
69+
[patch.crates-io]
70+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
71+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
72+
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "main" }
73+
irpc-derive = { git = "https://github.com/n0-computer/irpc.git", branch = "main" }

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ hash = 3171872035
4141
path = "LICENSE"
4242

4343
[sources]
44-
allow-git = []
44+
allow-git = [
45+
"https://github.com/n0-computer/irpc.git",
46+
"https://github.com/n0-computer/iroh.git",
47+
]

0 commit comments

Comments
 (0)