rust version reverted to 1.52.1 (#454)
This commit is contained in:
parent
5920f232d0
commit
e6f3794dd4
2
.github/workflows/build-test-windows.yml
vendored
2
.github/workflows/build-test-windows.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- windows2019 # custom runner
|
- windows2019 # custom runner
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- 1.52.1
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- ubuntu-16.04
|
- ubuntu-16.04
|
||||||
- macos-latest
|
- macos-latest
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- 1.52.1
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- ubuntu-16.04
|
- ubuntu-16.04
|
||||||
- macos-latest
|
- macos-latest
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- 1.52.1
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Install stable toolchain
|
- name: Install 1.52.1 toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.52.1
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Run cargo check 1/3
|
- name: Run cargo check 1/3
|
||||||
|
2
.github/workflows/deploy-docker-nightly.yml
vendored
2
.github/workflows/deploy-docker-nightly.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.52.1
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Deploy to docker hub
|
- name: Deploy to docker hub
|
||||||
|
2
.github/workflows/deploy-docker-tag.yml
vendored
2
.github/workflows/deploy-docker-tag.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.52.1
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Deploy to docker hub
|
- name: Deploy to docker hub
|
||||||
|
2
.github/workflows/deploy-docker.yml
vendored
2
.github/workflows/deploy-docker.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: 1.52.1
|
||||||
profile: minimal
|
profile: minimal
|
||||||
override: true
|
override: true
|
||||||
- name: Deploy to docker hub
|
- name: Deploy to docker hub
|
||||||
|
2
.github/workflows/fmt.yml
vendored
2
.github/workflows/fmt.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: 1.52.1
|
||||||
override: true
|
override: true
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user