Skip to content

Commit

Permalink
Switch to rustc 1.56.0 (#1404)
Browse files Browse the repository at this point in the history
* Update CHANGES.TXT

* Update release flow

* use 1.56.0 compiler as 1.57.0 is bugged

Co-authored-by: PunitLodha <punitlodha@pm.com>
  • Loading branch information
PunitLodha and PunitLodha committed Dec 15, 2021
1 parent 03b0749 commit 97b381a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 97b381a

Please sign in to comment.