From b7b940abff34c8b51eb7f2f3b7831d35295035df Mon Sep 17 00:00:00 2001 From: kieran Date: Sat, 1 Mar 2025 21:47:41 +0000 Subject: [PATCH] fix: use mirror to fix build --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a0b529..d13d614 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1854,7 +1854,7 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "ipnetwork" version = "0.21.1" -source = "git+https://github.com/v0l/ipnetwork.git?rev=51b4816358f255ecbcff90b739fbbd4b1cbc2d6a#51b4816358f255ecbcff90b739fbbd4b1cbc2d6a" +source = "git+https://git.v0l.io/Kieran/ipnetwork.git?rev=35977adc8103cfc232bc95fbc32f4e34f2b6a6d7#35977adc8103cfc232bc95fbc32f4e34f2b6a6d7" [[package]] name = "is-terminal" diff --git a/Cargo.toml b/Cargo.toml index eb2a95b..4c81cf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ nostr = { version = "0.39.0", default-features = false, features = ["std"] } base64 = { version = "0.22.1", features = ["alloc"] } urlencoding = "2.1.3" fedimint-tonic-lnd = { version = "0.2.0", default-features = false, features = ["invoicesrpc"] } -ipnetwork = { git = "https://github.com/v0l/ipnetwork.git", rev = "51b4816358f255ecbcff90b739fbbd4b1cbc2d6a" } +ipnetwork = { git = "https://git.v0l.io/Kieran/ipnetwork.git", rev = "35977adc8103cfc232bc95fbc32f4e34f2b6a6d7" } rand = "0.9.0" clap = { version = "4.5.21", features = ["derive"] } ssh2 = "0.9.4"