Skip to content

Commit 0faee78

Browse files
refactor(iroh): move ProtocolHandler impl to iroh-gossip (#2849)
Depends on n0-computer/iroh-gossip#3
1 parent 74f672c commit 0faee78

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -53,3 +53,4 @@ iroh-test = { path = "./iroh-test" }
5353
iroh-router = { path = "./iroh-router" }
5454

5555
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "main" }
56+
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "main" }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ ignore = [
3838
[sources]
3939
allow-git = [
4040
"https://github.com/n0-computer/iroh-blobs.git",
41+
"https://github.com/n0-computer/iroh-gossip.git",
4142
]

0 commit comments

Comments
 (0)