Skip to content

Commit 911d2d5

Browse files
committed
bump CI toolchain to 1.56.0
1 parent 58d2369 commit 911d2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
command: test
4545
args: --features ${{ matrix.feature }}
4646
- run: echo "BITCOIND_EXE=$(find ./target/debug -name bitcoind)" >> $GITHUB_ENV
47-
if: ${{ matrix.os != 'windows-2019' }}
47+
if: ${{ matrix.os != 'windows-2019' }}
4848
- uses: actions-rs/cargo@v1
4949
with:
5050
command: test
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
toolchain: [ "1.41.1", "stable", "nightly" ]
75+
toolchain: [ "1.56.0", "stable", "nightly" ]
7676

7777
steps:
7878
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)