Skip to content

Commit 76d24e2

Browse files
actions-rs/toolchain@v2 was a mistake
1 parent f1ac18f commit 76d24e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cross_platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
[
135135
{ "uses": "actions/checkout@v4", "name": "Checkout" },
136136
{
137-
"uses": "actions-rs/toolchain@v2",
137+
"uses": "actions-rs/toolchain@v1",
138138
"with":
139139
{
140140
"profile": "minimal",

.github/workflows/rust.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"name": "Checkout"
3737
},
3838
{
39-
"uses": "actions-rs/toolchain@v2",
39+
"uses": "actions-rs/toolchain@v1",
4040
"with": {
4141
"profile": "minimal",
4242
"toolchain": "${{ matrix.rust }}",
@@ -105,7 +105,7 @@
105105
"name": "Checkout"
106106
},
107107
{
108-
"uses": "actions-rs/toolchain@v2",
108+
"uses": "actions-rs/toolchain@v1",
109109
"with": {
110110
"profile": "minimal",
111111
"toolchain": "${{ matrix.rust }}",
@@ -137,7 +137,7 @@ fi",
137137
"name": "Checkout"
138138
},
139139
{
140-
"uses": "actions-rs/toolchain@v2",
140+
"uses": "actions-rs/toolchain@v1",
141141
"with": {
142142
"profile": "minimal",
143143
"toolchain": "1.85.0",
@@ -173,7 +173,7 @@ fi",
173173
"name": "Checkout"
174174
},
175175
{
176-
"uses": "actions-rs/toolchain@v2",
176+
"uses": "actions-rs/toolchain@v1",
177177
"with": {
178178
"profile": "minimal",
179179
"toolchain": "1.85.0",
@@ -200,7 +200,7 @@ fi",
200200
"name": "Checkout"
201201
},
202202
{
203-
"uses": "actions-rs/toolchain@v2",
203+
"uses": "actions-rs/toolchain@v1",
204204
"with": {
205205
"profile": "minimal",
206206
"toolchain": "nightly",

0 commit comments

Comments
 (0)