Switch to rustc 1.56.0 (#1404)

* Update CHANGES.TXT

* Update release flow

* use 1.56.0 compiler as 1.57.0 is bugged

Co-authored-by: PunitLodha <punitlodha@pm.com>
This commit is contained in:
Punit Lodha 2021-12-15 22:33:45 +05:30 committed by GitHub
parent 03b0749e91
commit 97b381a2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: choco install llvm
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.0
override: true
- name: Install Win 10 SDK
uses: ilammy/msvc-dev-cmd@v1
@ -61,7 +61,7 @@ jobs:
run: choco install llvm
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.0
override: true
- name: Install Win 10 SDK
uses: ilammy/msvc-dev-cmd@v1
@ -97,7 +97,7 @@ jobs:
platform: x86
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.0
override: true
target: i686-pc-windows-msvc
- name: Install Win 10 SDK
@ -133,7 +133,7 @@ jobs:
platform: x86
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.0
override: true
target: i686-pc-windows-msvc
- name: Install Win 10 SDK

View File

@ -24,7 +24,7 @@ jobs:
platform: x86
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.0
override: true
target: i686-pc-windows-msvc
- name: Install Win 10 SDK