Skip to content

Commit 97b381a

Browse files
PunitLodhaPunitLodha
andauthored
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 <[email protected]>
1 parent 03b0749 commit 97b381a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: choco install llvm
3030
- uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: stable
32+
toolchain: 1.56.0
3333
override: true
3434
- name: Install Win 10 SDK
3535
uses: ilammy/msvc-dev-cmd@v1
@@ -61,7 +61,7 @@ jobs:
6161
run: choco install llvm
6262
- uses: actions-rs/toolchain@v1
6363
with:
64-
toolchain: stable
64+
toolchain: 1.56.0
6565
override: true
6666
- name: Install Win 10 SDK
6767
uses: ilammy/msvc-dev-cmd@v1
@@ -97,7 +97,7 @@ jobs:
9797
platform: x86
9898
- uses: actions-rs/toolchain@v1
9999
with:
100-
toolchain: stable
100+
toolchain: 1.56.0
101101
override: true
102102
target: i686-pc-windows-msvc
103103
- name: Install Win 10 SDK
@@ -133,7 +133,7 @@ jobs:
133133
platform: x86
134134
- uses: actions-rs/toolchain@v1
135135
with:
136-
toolchain: stable
136+
toolchain: 1.56.0
137137
override: true
138138
target: i686-pc-windows-msvc
139139
- name: Install Win 10 SDK

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
platform: x86
2525
- uses: actions-rs/toolchain@v1
2626
with:
27-
toolchain: stable
27+
toolchain: 1.56.0
2828
override: true
2929
target: i686-pc-windows-msvc
3030
- name: Install Win 10 SDK

0 commit comments

Comments
 (0)