Skip to content

Commit 74f672c

Browse files
refactor!: remove iroh_base::rpc (#2840)
Directly uses `serde_error::Error` instead Depends on n0-computer/iroh-blobs#5 ## Breaking Changes - removed - `iroh_base::rpc::RpcError` - `iroh_base::rpc::RpcResult` Closes #2839
1 parent 37723a5 commit 74f672c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ iroh-net = { path = "./iroh-net" }
5151
iroh-metrics = { path = "./iroh-metrics" }
5252
iroh-test = { path = "./iroh-test" }
5353
iroh-router = { path = "./iroh-router" }
54+
55+
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "main" }

deny.toml

+5
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ license-files = [
3434
ignore = [
3535
"RUSTSEC-2024-0370", # unmaintained, no upgrade available
3636
]
37+
38+
[sources]
39+
allow-git = [
40+
"https://github.com/n0-computer/iroh-blobs.git",
41+
]

0 commit comments

Comments
 (0)