Skip to content

Commit efa24eb

Browse files
committed
update
1 parent 1f79c18 commit efa24eb

File tree

2 files changed

+63
-39
lines changed

2 files changed

+63
-39
lines changed

Cargo.lock

Lines changed: 56 additions & 38 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
4242
iroh-base = "0.94"
4343
iroh-tickets = "0.1"
4444
irpc = { version = "0.10.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
45-
iroh-metrics = { version = "0.36" }
45+
iroh-metrics = { version = "0.37" }
4646
redb = { version = "2.6.3", optional = true }
4747
reflink-copy = { version = "0.1.24", optional = true }
4848

@@ -69,3 +69,9 @@ hide-proto-docs = []
6969
metrics = []
7070
default = ["hide-proto-docs", "fs-store"]
7171
fs-store = ["dep:redb", "dep:reflink-copy"]
72+
73+
[patch.crates-io]
74+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
75+
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
76+
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "matheus23/irpc-n0-error" }
77+
n0-error = { git = "https://github.com/n0-computer/n0-error.git", branch = "Frando/anyhow-ext" }

0 commit comments

Comments
 (0)