Skip to content

Commit cd2a532

Browse files
authored
Merge pull request #45 from G8XSU/ldk-node-upgrade-for-log
2 parents f28b20d + 50f9f6b commit cd2a532

File tree

12 files changed

+941
-408
lines changed

12 files changed

+941
-408
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
toolchain:
1414
[ stable,
1515
beta,
16-
1.63.0, # MSRV
16+
1.75.0, # MSRV
1717
]
1818
include:
1919
- toolchain: stable
2020
check-fmt: true
21-
- toolchain: 1.63.0
21+
- toolchain: 1.75.0
2222
msrv: true
2323
runs-on: ${{ matrix.platform }}
2424
steps:
@@ -34,9 +34,7 @@ jobs:
3434
- name: Pin packages to allow for MSRV
3535
if: matrix.msrv
3636
run: |
37-
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
38-
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9 requires rustc 1.70 or newer
39-
cargo update -p tokio --precise "1.38.1" --verbose # tokio v1.39.0 requires rustc 1.70 or newer
37+
cargo update -p home --precise "0.5.9" --verbose # home v0.5.11 requires rustc 1.81 or newer
4038
- name: Build on Rust ${{ matrix.toolchain }}
4139
run: cargo build --verbose --color always
4240
- name: Test on Rust ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)