Use the same Rust version for release

pull/252/head
Wilfred Hughes 2022-04-10 15:38:49 +07:00
parent 43c50ae1bb
commit 6a566b33f5
1 changed files with 7 additions and 1 deletions

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: 1.56.0
override: true override: true
- uses: katyo/publish-crates@v1 - uses: katyo/publish-crates@v1
with: with:
@ -37,6 +37,12 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
override: true
- uses: taiki-e/upload-rust-binary-action@v1 - uses: taiki-e/upload-rust-binary-action@v1
with: with:
bin: difft bin: difft