diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 429c554..761c621 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "payjoin_ffi" version = "0.18.0" -source = "git+https://github.com/LtbLightning/payjoin-ffi?branch=upgrade-v18.0#610aed9239c6e1e28cc56118e9b94b5000ae6052" +source = "git+https://github.com/LtbLightning/payjoin-ffi?branch=v0.18.0#610aed9239c6e1e28cc56118e9b94b5000ae6052" dependencies = [ "base64 0.22.1", "hex", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 05de0e5..6fef0b1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ bitcoincore-rpc = "0.19.0" anyhow = "1.0.68" [dependencies] ohttp = { version = "0.5.1" } -payjoin_ffi = {git = "https://github.com/LtbLightning/payjoin-ffi", branch="upgrade-v18.0"} +payjoin_ffi = {git = "https://github.com/LtbLightning/payjoin-ffi", branch="v0.18.0"} flutter_rust_bridge = "=2.0.0" anyhow = "1.0.68" tokio = "1.36.0"