From 8554754864e321b523fa86d29a609e9de25ec40d Mon Sep 17 00:00:00 2001 From: spacebear Date: Mon, 13 Jul 2026 14:52:12 -0400 Subject: [PATCH] Prepare dart payjoin 0.1.2 for pub.dev Bump the dart bindings to 0.1.2 to publish updated bindings for payjoin 1.0.0-rc.4. Pin the payjoin-ffi wrapper dependency to the current master commit c52bac92, whose FFI surface matches the rc.4 tag, and record the release in the changelog. --- payjoin-ffi/dart/CHANGELOG.md | 4 ++++ payjoin-ffi/dart/native/Cargo.toml | 2 +- payjoin-ffi/dart/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/payjoin-ffi/dart/CHANGELOG.md b/payjoin-ffi/dart/CHANGELOG.md index f1135945f..12eea7687 100644 --- a/payjoin-ffi/dart/CHANGELOG.md +++ b/payjoin-ffi/dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.2] + +- Bindings for payjoin-1.0.0-rc.4 + ## [0.1.1] - Initial functional release published to pub.dev. diff --git a/payjoin-ffi/dart/native/Cargo.toml b/payjoin-ffi/dart/native/Cargo.toml index 1eab47b64..e21f44b2e 100644 --- a/payjoin-ffi/dart/native/Cargo.toml +++ b/payjoin-ffi/dart/native/Cargo.toml @@ -16,6 +16,6 @@ name = "payjoin_ffi_wrapper" crate-type = ["staticlib", "cdylib"] [dependencies] -payjoin-ffi = { git = "https://github.com/payjoin/rust-payjoin.git", rev = "dc287ea4992e94b0c1194bab8dcc998ec321cbb2", features = [ +payjoin-ffi = { git = "https://github.com/payjoin/rust-payjoin.git", rev = "c52bac921731f7d1a08bd2901499027fb1360ee2", features = [ "dart", ] } diff --git a/payjoin-ffi/dart/pubspec.yaml b/payjoin-ffi/dart/pubspec.yaml index 57a87be87..1ddedcc7a 100644 --- a/payjoin-ffi/dart/pubspec.yaml +++ b/payjoin-ffi/dart/pubspec.yaml @@ -1,6 +1,6 @@ name: payjoin description: Dart bindings for payjoin (EXPERIMENTAL) -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/payjoin/rust-payjoin repository: https://github.com/payjoin/rust-payjoin