mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
9 lines
404 B
TOML
9 lines
404 B
TOML
# Rust toolchain pin for rustup-based CI runners and local development.
|
|
# rustup reads this file and installs the pinned toolchain (see the
|
|
# prepare-runner action in XRPLF/actions, which runs `rustup toolchain install`).
|
|
# NOTE: the Nix CI image and development shell ignore this file; its rustc comes from flake.lock.
|
|
[toolchain]
|
|
channel = "1.95"
|
|
components = ["rustfmt", "clippy"]
|
|
profile = "minimal"
|