Skip to content

Commit 281b5e8

Browse files
authored
Merge pull request #72 from jkczyz/2025-10-bump-ldk-node
Bump `ldk-node` dependency
2 parents 4bf8685 + 0e27264 commit 281b5e8

File tree

11 files changed

+1013
-674
lines changed

11 files changed

+1013
-674
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
platform: [
1010
ubuntu-latest,
1111
macos-latest,
12-
]
13-
toolchain:
12+
]
13+
toolchain:
1414
[ stable,
1515
beta,
16-
1.75.0, # MSRV
16+
1.85.0, # MSRV, same as ldk-node
1717
]
1818
include:
1919
- toolchain: stable
2020
check-fmt: true
21-
- toolchain: 1.75.0
21+
- toolchain: 1.85.0
2222
msrv: true
2323
runs-on: ${{ matrix.platform }}
2424
steps:
@@ -33,8 +33,8 @@ jobs:
3333
run: rustup component add rustfmt && cargo fmt --all -- --check
3434
- name: Pin packages to allow for MSRV
3535
if: matrix.msrv
36-
run: |
37-
cargo update -p home --precise "0.5.9" --verbose # home v0.5.11 requires rustc 1.81 or newer
36+
run: | # None needed yet
37+
echo "No packages need pinning for MSRV ${{ matrix.toolchain }}"
3838
- name: Build on Rust ${{ matrix.toolchain }}
3939
run: cargo build --verbose --color always
4040
- name: Test on Rust ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)