|
|
|
@ -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
|
|
|
|
|