conduit/rust-toolchain.toml

22 lines
511 B
TOML
Raw Permalink Normal View History

# 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]
channel = "1.79.0"
components = [
2024-05-06 20:43:13 +02:00
# For rust-analyzer
"rust-src",
]
targets = [
2024-05-06 20:43:13 +02:00
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
]