From 95d02df6b3a47876b32919fccd592ceb66745317 Mon Sep 17 00:00:00 2001 From: Bitcoin Zavior <93057399+BitcoinZavior@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:47:10 -0400 Subject: [PATCH] Update Cargo.toml --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 77783f5..7618340 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,7 +16,7 @@ bitcoincore-rpc = "0.19.0" anyhow = "1.0.68" [dependencies] ohttp = { version = "0.5.1" } -payjoin_ffi = { git = "https://github.com/nucode-Tech/payjoin-ffi", branch = "v0.20.0" } +payjoin_ffi = { git = "https://github.com/nucode-Tech/payjoin-ffi", branch = "main" } flutter_rust_bridge = "=2.0.0" anyhow = "1.0.68" tokio = "1.36.0"