We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a403bd commit 07aff06Copy full SHA for 07aff06
.github/workflows/build.yml
@@ -13,8 +13,8 @@ jobs:
13
1.30.0,
14
# 1.34.2 is Debian stable
15
1.34.2,
16
- # 1.39.0 is MSRV for lightning-net-tokio and generates coverage
17
- 1.39.0]
+ # 1.45.2 is MSRV for lightning-net-tokio and generates coverage
+ 1.45.2]
18
include:
19
- toolchain: stable
20
build-net-tokio: true
@@ -26,7 +26,7 @@ jobs:
26
27
- toolchain: beta
28
29
- - toolchain: 1.39.0
+ - toolchain: 1.45.2
30
31
coverage: true
32
runs-on: ${{ matrix.platform }}
@@ -180,7 +180,7 @@ jobs:
180
linting:
181
runs-on: ubuntu-latest
182
env:
183
- TOOLCHAIN: 1.39.0
+ TOOLCHAIN: 1.45.2
184
steps:
185
- name: Checkout source code
186
uses: actions/checkout@v2
0 commit comments