continuwuity/rust-toolchain.toml
Renovate Bot 5d6b660c14
All checks were successful
Auto Labeler / Apply labels based on changed files (pull_request_target) Successful in 5s
Checks / Prek / Check changed files (pull_request) Successful in 10s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m4s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m1s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m34s
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been skipped
chore(deps): update rust to v1.96.0
2026-05-30 05:05:11 +00:00

24 lines
700 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]
profile = "minimal"
channel = "1.96.0"
components = [
# For rust-analyzer
"rust-src",
"rust-analyzer",
# For CI and editors
"clippy",
# you have to install rustfmt nightly yourself (if you're not on NixOS)
#
# The rust-toolchain.toml file doesn't provide any syntax for specifying components from different toolchains
# "rustfmt"
]