Skip to content

Commit 58e724f

Browse files
committed
[chore] rever toolchain to 2024-02-25
1 parent 91bc091 commit 58e724f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default:
2-
image: alicesama/rcore-ci:2024a
2+
image: tkf2023/env:rcore-ci
33

44
stages:
55
- test

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
profile = "minimal"
33
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
4-
channel = "nightly-2024-05-02"
4+
channel = "nightly-2024-02-25"
55
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 commit comments

Comments
 (0)