diff --git a/Cargo.lock b/Cargo.lock index a94455d..24664fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,8 +1568,7 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "iroh" version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ffd6af2e000f04972068c0318e0d8fa90ee9cfcb2bc6124db38591500e0278" +source = "git+https://github.com/n0-computer/iroh.git?branch=main#0c7a1227cf1b9f640145c059c7581f2c502e6691" dependencies = [ "aead", "anyhow", @@ -1627,14 +1626,12 @@ dependencies = [ [[package]] name = "iroh-base" version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "011d271a95b41218d22bdaf3352f29ef1dd7d6be644ca8543941655bec5f3d35" +source = "git+https://github.com/n0-computer/iroh.git?branch=main#0c7a1227cf1b9f640145c059c7581f2c502e6691" dependencies = [ "curve25519-dalek", "data-encoding", "derive_more", "ed25519-dalek", - "getrandom 0.2.15", "rand_core 0.6.4", "serde", "thiserror 2.0.11", @@ -1663,8 +1660,7 @@ dependencies = [ [[package]] name = "iroh-net-report" version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d2652f42eadc63458e36c0a422569f338639dc0b5bb469db0eb4a382b4e295c" +source = "git+https://github.com/n0-computer/iroh.git?branch=main#0c7a1227cf1b9f640145c059c7581f2c502e6691" dependencies = [ "anyhow", "bytes", @@ -1747,8 +1743,7 @@ dependencies = [ [[package]] name = "iroh-relay" version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c930ccc4dfd0196b531344e3d0f83a0f82c45b170406e04a2491cba571faec5b" +source = "git+https://github.com/n0-computer/iroh.git?branch=main#0c7a1227cf1b9f640145c059c7581f2c502e6691" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 26c47fa..640e040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,3 +101,6 @@ required-features = ["flume-transport"] [workspace] members = ["examples/split/types", "examples/split/server", "examples/split/client", "quic-rpc-derive"] + +[patch.crates-io] +iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }