Skip to content

Commit 7faa421

Browse files
committed
Bump payjoin version to 0.25.0
Update the payjoin crate version from 1.0.0-rc.2 to 0.25.0 and update all workspace crates that depend on it. Consolidate the three release candidate changelogs into a single 0.25.0 changelog entry and update both lock files.
1 parent 3c5a384 commit 7faa421

12 files changed

Lines changed: 42 additions & 40 deletions

File tree

.github/workflows/csharp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Rust 1.85.0
2424
uses: dtolnay/rust-toolchain@1.85.0
2525

26+
- name: Copy lock file
27+
run: cp Cargo-minimal.lock Cargo.lock
28+
2629
- name: Use cache
2730
uses: Swatinem/rust-cache@v2
2831

.github/workflows/dart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
sdk: stable
3434

35+
- name: "Copy lock file"
36+
run: cp Cargo-minimal.lock Cargo.lock
37+
3538
- name: "Use cache"
3639
uses: Swatinem/rust-cache@v2
3740

.github/workflows/javascript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install Rust 1.85.0
2828
uses: dtolnay/rust-toolchain@1.85.0
2929

30+
- name: "Copy lock file"
31+
run: cp Cargo-minimal.lock Cargo.lock
32+
3033
- name: "Use cache"
3134
uses: Swatinem/rust-cache@v2
3235

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: "Install Rust 1.85.0"
2828
uses: dtolnay/rust-toolchain@1.85.0
2929

30+
- name: "Copy lock file"
31+
run: cp Cargo-minimal.lock Cargo.lock
32+
3033
- name: "Use cache"
3134
uses: Swatinem/rust-cache@v2
3235

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
27262726

27272727
[[package]]
27282728
name = "payjoin"
2729-
version = "1.0.0-rc.2"
2729+
version = "0.25.0"
27302730
dependencies = [
27312731
"bhttp",
27322732
"bitcoin 0.32.8",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
27262726

27272727
[[package]]
27282728
name = "payjoin"
2729-
version = "1.0.0-rc.2"
2729+
version = "0.25.0"
27302730
dependencies = [
27312731
"bhttp",
27322732
"bitcoin 0.32.8",

payjoin-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dirs = "6.0.0"
3535
http-body-util = { version = "0.1.3", optional = true }
3636
hyper = { version = "1.6.0", features = ["http1", "server"], optional = true }
3737
hyper-util = { version = "0.1.16", optional = true }
38-
payjoin = { version = "1.0.0-rc.2", default-features = false }
38+
payjoin = { version = "0.25.0", default-features = false }
3939
r2d2 = "0.8.10"
4040
r2d2_sqlite = "0.22.0"
4141
reqwest = { version = "0.12.23", default-features = false, features = [

payjoin-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async-trait = "0.1"
2626
getrandom = "0.2"
2727
lazy_static = "1.5.0"
2828
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
29-
payjoin = { version = "1.0.0-rc.2", features = ["v1", "v2"] }
29+
payjoin = { version = "0.25.0", features = ["v1", "v2"] }
3030
payjoin-test-utils = { version = "0.0.1", optional = true }
3131
serde = { version = "1.0.219", features = ["derive"] }
3232
serde_json = "1.0.142"

payjoin-mailroom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ opentelemetry-otlp = { version = "0.31", optional = true, features = [
5555
"reqwest-rustls",
5656
] }
5757
opentelemetry_sdk = "0.31"
58-
payjoin = { version = "1.0.0-rc.2", features = [
58+
payjoin = { version = "0.25.0", features = [
5959
"directory",
6060
], default-features = false }
6161
rand = "0.8"

payjoin-test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ corepc-node = { version = "0.10.0", features = ["download", "29_0"] }
1515
http = "1.3.1"
1616
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
1717
once_cell = "1.21.3"
18-
payjoin = { version = "1.0.0-rc.2", features = [
18+
payjoin = { version = "0.25.0", features = [
1919
"io",
2020
"_manual-tls",
2121
"_test-utils",

0 commit comments

Comments
 (0)