Skip to content

Commit

Permalink
Merge pull request LtbLightning#1 from DanGould/simplify
Browse files Browse the repository at this point in the history
Update to payjoin-0.21
  • Loading branch information
DanGould authored Nov 13, 2024
2 parents 9e79770 + c96d28c commit 385a7ce
Show file tree
Hide file tree
Showing 25 changed files with 2,289 additions and 2,707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
override: true
profile: minimal
- name: Build on Rust ${{ matrix.toolchain }}
run: cargo build --color always --all-targets --features enable-danger-local-https
run: cargo build --color always --all-targets --features danger-local-https
- name: Check formatting (nightly only)
if: matrix.rust == 'nightly'
run: rustup component add rustfmt && cargo fmt --all -- --check
Loading

0 comments on commit 385a7ce

Please sign in to comment.