Skip to content

Commit 1f007db

Browse files
committed
Add preliminary send payjoin support
Remove Cargo.lock fixed handlers formatting payjoin 0.8.2 regenerated cargo.lock - pin tokio+tempfile to build with MSRV 1.57.0 Updated pin 8/28 added psbt::input crate
1 parent 6f61d2e commit 1f007db

File tree

7 files changed

+264
-131
lines changed

7 files changed

+264
-131
lines changed

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ jobs:
5959
cargo update -p cc --precise 1.0.81
6060
cargo update -p tokio --precise 1.29.1
6161
cargo update -p flate2 --precise 1.0.26
62+
cargo update -p reqwest --precise "0.11.18"
63+
cargo update -p h2 --precise "0.3.20"
64+
cargo update -p rustls --precise "0.20.8"
65+
6266
- name: Build
63-
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
67+
run: cargo build --no-default-features --features repl,${{ matrix.features }}
6468
- name: Clippy
6569
run: cargo clippy -- -D warnings
6670
- name: Test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
*.swp
44
.idea
5+
Cargo.lock

0 commit comments

Comments
 (0)