Skip to content

Commit 91d94d5

Browse files
committed
build: use released version of iroh 0.4.2
1 parent c59f212 commit 91d94d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ hex = "0.4.0"
5959
hickory-resolver = "0.24"
6060
humansize = "2"
6161
image = { version = "0.24.7", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
62-
iroh = { git = "https://github.com/n0-computer/iroh", branch = "maint-0.4", default-features = false }
62+
iroh = { version = "0.4.2", default-features = false }
6363
kamadak-exif = "0.5"
6464
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
6565
libc = "0.2"

0 commit comments

Comments
 (0)