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 (!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
No related merge requests found
image: "rust:latest"
# WARNING: update `rust-toolchain.toml` as well
image: "rust:1.78"
stages:
- fmt
......
[toolchain]
profile = "minimal"
# WARNING: update `.gitlab-ci.yml` as well
channel = "1.78"
components = ["rustfmt", "clippy", "rust-analyzer"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment