Skip to content
Snippets Groups Projects
Commit 3c8afac4 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix the Rust toolchain in the CI (dragoon/komodo!195)

this is to avoid having to change the toolchain in the CI everytime.

`rust-toolchain.toml` and `.gitlab-ci.yml` will have to be updated in pairs when bumping / changing the Rust toolchain.
parent ab0d9a8b
No related branches found
No related tags found
1 merge request!195fix the Rust toolchain in the CI
Pipeline #7702 passed
image: "rust:latest" # WARNING: update `rust-toolchain.toml` as well
image: "rust:1.78"
stages: stages:
- fmt - fmt
......
[toolchain] [toolchain]
profile = "minimal" profile = "minimal"
# WARNING: update `.gitlab-ci.yml` as well
channel = "1.78" channel = "1.78"
components = ["rustfmt", "clippy", "rust-analyzer"] components = ["rustfmt", "clippy", "rust-analyzer"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment