Skip to content

Commit 002469a

Browse files
committed
Merge branch 'entity-manager' into slim-down-state
2 parents 27df6da + c26e555 commit 002469a

File tree

4 files changed

+386
-104
lines changed

4 files changed

+386
-104
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
@@ -65,8 +65,8 @@ hide-proto-docs = []
6565
metrics = []
6666
default = ["hide-proto-docs"]
6767

68-
# [patch.crates-io]
69-
# iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "ramfox/ticket-error" }
70-
# iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "ramfox/ticket-error" }
71-
# irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "iroh-quinn-latest" }
72-
# irpc-derive = { git = "https://github.com/n0-computer/irpc.git", branch = "iroh-quinn-latest" }
68+
[patch.crates-io]
69+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
70+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
71+
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "main" }
72+
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)