mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 12:55:22 +02:00
Some checks failed
Release Docker Image / define-variables (push) Failing after 1s
Release Docker Image / build-image (linux/amd64, linux-amd64) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, linux-arm64) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Rust Checks / Format (push) Failing after 5s
Rust Checks / Clippy (push) Failing after 10s
Rust Checks / Cargo Test (push) Failing after 10s
21 lines
503 B
TOML
21 lines
503 B
TOML
# This is the authoritiative configuration of this project's Rust toolchain.
|
|
#
|
|
# Other files that need upkeep when this changes:
|
|
#
|
|
# * `Cargo.toml`
|
|
# * `flake.nix`
|
|
#
|
|
# Search in those files for `rust-toolchain.toml` to find the relevant places.
|
|
# If you're having trouble making the relevant changes, bug a maintainer.
|
|
|
|
[toolchain]
|
|
channel = "1.86.0"
|
|
profile = "minimal"
|
|
components = [
|
|
# For rust-analyzer
|
|
"rust-src",
|
|
"rust-analyzer",
|
|
# For CI and editors
|
|
"rustfmt",
|
|
"clippy",
|
|
]
|