biome/rust-toolchain.toml
Keita Nonaka 198a371c73
chore: update Rust to v1.91.0 (#7947)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-03 06:03:09 +00: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.91.0"