Skip to content

Commit 5b3953d

Browse files
committed
Use iroh main
1 parent c9e0aa2 commit 5b3953d

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ chrono = "0.4.39"
3737
nested_enum_utils = "0.2.1"
3838
ref-cast = "1.0.24"
3939
arrayvec = "0.7.6"
40-
iroh = "0.91"
40+
iroh = "0.91.1"
4141
self_cell = "1.1.0"
4242
genawaiter = { version = "0.99.1", features = ["futures03"] }
43-
iroh-base = "0.91"
43+
iroh-base = "0.91.1"
4444
reflink-copy = "0.1.24"
4545
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4646
iroh-metrics = { version = "0.35" }
@@ -59,9 +59,13 @@ tracing-subscriber = { version = "0.3.19", features = ["fmt"] }
5959
tracing-test = "0.2.5"
6060
walkdir = "2.5.0"
6161
atomic_refcell = "0.1.13"
62-
iroh = { version = "0.91", features = ["discovery-local-network"]}
62+
iroh = { version = "0.91.1", features = ["discovery-local-network"]}
6363

6464
[features]
6565
hide-proto-docs = []
6666
metrics = []
6767
default = ["hide-proto-docs"]
68+
69+
[patch.crates-io]
70+
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }
71+
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }

deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ name = "ring"
3939
[[licenses.clarify.license-files]]
4040
hash = 3171872035
4141
path = "LICENSE"
42+
43+
[sources]
44+
allow-git = [
45+
"https://github.com/n0-computer/iroh",
46+
]

0 commit comments

Comments
 (0)