Skip to content
fabrica
hanna
/
fabrica
Code
Issues
Pull requests
Commits
Branches
Tags
main
Switch branch
main
View all branches
Clone
HTTPS
SSH
fabrica
/
rust-toolchain.toml
278 bytes
Raw
Copy path
1
# Nightly is a currency preference only: no `#![feature(...)]` gates, code must
2
# compile on stable. This file is for non-Nix users; Nix pins nightly via fenix
3
# through flake.lock.
4
[
toolchain
]
5
channel
=
"nightly"
6
components
=
[
"rustfmt"
,
"clippy"
,
"rust-src"
,
"rust-analyzer"
]