biome/rust-toolchain.toml
2025-10-03 08:29:31 +01:00

5 lines
197 B
TOML

[toolchain]
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
channel = "1.90.0"