Skip to content

Commit 2662417

Browse files
authored
chore: add patch for iroh dependencies (#92)
This PR updates the following dependencies to use their main branches: - `iroh` from `https://github.com/n0-computer/iroh.git` - `iroh-blobs` from `https://github.com/n0-computer/iroh-blobs.git`
1 parent a9a2032 commit 2662417

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

Cargo.lock

Lines changed: 23 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ tempfile = "3.8.1"
4848
[features]
4949
clipboard = ["dep:base64"]
5050
default = ["clipboard"]
51+
52+
[patch.crates-io]
53+
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
54+
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "main" }

0 commit comments

Comments
 (0)