use git dep for iroh

This commit is contained in:
dignifiedquire
2023-07-14 15:54:09 +02:00
parent f325961505
commit 6f35e52fd9
2 changed files with 5 additions and 1 deletions

4
Cargo.lock generated
View File

@@ -2622,6 +2622,7 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
[[package]] [[package]]
name = "iroh" name = "iroh"
version = "0.4.1" version = "0.4.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#58d42ba7da1f3eca199f4952643d1de6ac812664"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bao-tree", "bao-tree",
@@ -2653,6 +2654,7 @@ dependencies = [
[[package]] [[package]]
name = "iroh-bytes" name = "iroh-bytes"
version = "0.4.1" version = "0.4.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#58d42ba7da1f3eca199f4952643d1de6ac812664"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bao-tree", "bao-tree",
@@ -2700,6 +2702,7 @@ dependencies = [
[[package]] [[package]]
name = "iroh-metrics" name = "iroh-metrics"
version = "0.4.1" version = "0.4.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#58d42ba7da1f3eca199f4952643d1de6ac812664"
dependencies = [ dependencies = [
"erased_set", "erased_set",
"hyper", "hyper",
@@ -2713,6 +2716,7 @@ dependencies = [
[[package]] [[package]]
name = "iroh-net" name = "iroh-net"
version = "0.4.1" version = "0.4.1"
source = "git+https://github.com/n0-computer/iroh?branch=main#58d42ba7da1f3eca199f4952643d1de6ac812664"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"backoff", "backoff",

View File

@@ -50,7 +50,7 @@ futures-lite = "1.13.0"
hex = "0.4.0" hex = "0.4.0"
humansize = "2" humansize = "2"
image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.4.1", default-features = false, path = "../../iroh/iroh", features = ["iroh-collection", "flat-db"] } iroh = { version = "0.4.1", default-features = false, git = "https://github.com/n0-computer/iroh", branch = "main", features = ["iroh-collection", "flat-db"] }
kamadak-exif = "0.5" kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2" libc = "0.2"