Skip to content

Commit b61dae0

Browse files
committed
Update to LDK 0.0.121
1 parent 5b81f38 commit b61dae0

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)