rcl/rust-toolchain.toml
2024-03-02 16:36:10 +01:00

9 lines
202 B
TOML

[toolchain]
channel = "1.70.0"
components = ["rustfmt", "clippy"]
targets = [
# Default regular build.
"x86_64-unknown-linux-gnu",
# For building a static binary.
"x86_64-unknown-linux-musl",
]