Skip to content

Commit 3bb8258

Browse files
authored
Merge pull request #126 from optout21/ldk-119
Update to LDK 0.0.121
2 parents 5b81f38 + b61dae0 commit 3bb8258

File tree

9 files changed

+320
-140
lines changed

9 files changed

+320
-140
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-latest, windows-latest ]
10-
toolchain: [ stable, 1.48.0 ]
10+
toolchain: [ stable, 1.63.0 ]
1111
include:
1212
- toolchain: stable
1313
check-fmt: true
1414
exclude:
1515
- platform: macos-latest
16-
toolchain: 1.48.0
16+
toolchain: 1.63.0
1717
- platform: windows-latest
1818
toolchain: stable
1919
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)