Skip to content

Commit 6904835

Browse files
committed
Bump MSRV for net-tokio to 1.45 as tokio 1.0 req very recent rustc
1 parent ec74daa commit 6904835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
1.30.0,
1414
# 1.34.2 is Debian stable
1515
1.34.2,
16-
# 1.39.0 is MSRV for lightning-net-tokio and generates coverage
17-
1.39.0]
16+
# 1.45.2 is MSRV for lightning-net-tokio and generates coverage
17+
1.45.2]
1818
include:
1919
- toolchain: stable
2020
build-net-tokio: true
@@ -26,7 +26,7 @@ jobs:
2626
build-net-tokio: true
2727
- toolchain: beta
2828
build-net-tokio: true
29-
- toolchain: 1.39.0
29+
- toolchain: 1.45.2
3030
build-net-tokio: true
3131
coverage: true
3232
runs-on: ${{ matrix.platform }}
@@ -180,7 +180,7 @@ jobs:
180180
linting:
181181
runs-on: ubuntu-latest
182182
env:
183-
TOOLCHAIN: 1.39.0
183+
TOOLCHAIN: 1.45.2
184184
steps:
185185
- name: Checkout source code
186186
uses: actions/checkout@v2

0 commit comments

Comments
 (0)