Skip to content

Commit 5fe5be4

Browse files
committed
Update templated files to rev 253363f (#144)
Automatically created PR based on commit 253363fd82470035ffaae2d3e46855523eb13ddc in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: teozkr with message [pin rustc]
1 parent 4d8caba commit 5fe5be4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
4444
with:
4545
profile: minimal
46-
toolchain: stable
46+
toolchain: "1.63.0"
4747
override: true
4848
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
4949
with:
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
151151
with:
152152
profile: minimal
153-
toolchain: stable
153+
toolchain: "1.63.0"
154154
components: rustfmt
155155
override: true
156156
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # renovate: tag=v1.0.3
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
173173
with:
174174
profile: minimal
175-
toolchain: stable
175+
toolchain: "1.63.0"
176176
components: clippy
177177
override: true
178178
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -206,7 +206,7 @@ jobs:
206206
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
207207
with:
208208
profile: minimal
209-
toolchain: stable
209+
toolchain: "1.63.0"
210210
components: rustfmt
211211
override: true
212212
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -236,7 +236,7 @@ jobs:
236236
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
237237
with:
238238
profile: minimal
239-
toolchain: stable
239+
toolchain: "1.63.0"
240240
override: true
241241
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
242242
with:
@@ -280,7 +280,7 @@ jobs:
280280
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
281281
with:
282282
profile: minimal
283-
toolchain: stable
283+
toolchain: "1.63.0"
284284
override: true
285285
- name: Set up rust-cache
286286
uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # tag=v2.0.0
@@ -345,7 +345,7 @@ jobs:
345345
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # renovate: tag=v1.0.7
346346
with:
347347
profile: minimal
348-
toolchain: stable
348+
toolchain: "1.63.0"
349349
components: rustfmt
350350
override: true
351351
- name: Install requirements for version tool

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
channel = "1.63.0"

0 commit comments

Comments
 (0)