From b9780143ce0c0ad7feed1de9c4ec6e62186ef8a8 Mon Sep 17 00:00:00 2001 From: BitcoinZavior Date: Wed, 21 Aug 2024 11:27:42 -0400 Subject: [PATCH] removed rust toolchain --- rust/Cargo.lock | 2 +- rust/rust-toolchain.toml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 rust/rust-toolchain.toml diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 96c2e58..f28aa68 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "payjoin_ffi" version = "0.20.0" -source = "git+https://github.com/nucode-Tech/payjoin-ffi?branch=v0.20.0#e1538f8aac8981ba160f8f8705c3eb2a96d9f8eb" +source = "git+https://github.com/LtbLightning/payjoin-ffi?branch=main#9e797708487661564336a8fec871c1b8b88198e7" dependencies = [ "base64 0.22.1", "hex", diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml deleted file mode 100644 index d973514..0000000 --- a/rust/rust-toolchain.toml +++ /dev/null @@ -1,3 +0,0 @@ -[toolchain] -channel = "nightly-2024-07-24" -components = ["rustfmt"] \ No newline at end of file