mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Bump MSRV for net-tokio to 1.45 as tokio 1.0 req very recent rustc
This commit is contained in:
parent
5a403bdb13
commit
07aff06f67
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
|||
1.30.0,
|
||||
# 1.34.2 is Debian stable
|
||||
1.34.2,
|
||||
# 1.39.0 is MSRV for lightning-net-tokio and generates coverage
|
||||
1.39.0]
|
||||
# 1.45.2 is MSRV for lightning-net-tokio and generates coverage
|
||||
1.45.2]
|
||||
include:
|
||||
- toolchain: stable
|
||||
build-net-tokio: true
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
build-net-tokio: true
|
||||
- toolchain: beta
|
||||
build-net-tokio: true
|
||||
- toolchain: 1.39.0
|
||||
- toolchain: 1.45.2
|
||||
build-net-tokio: true
|
||||
coverage: true
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
@ -180,7 +180,7 @@ jobs:
|
|||
linting:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TOOLCHAIN: 1.39.0
|
||||
TOOLCHAIN: 1.45.2
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue