atuinsh/atuin

rust-toolchain.toml to auto fetch compiler

Chiusa

#1600 aperta il 21 gen 2024

 (1 commento) (0 reazioni) (0 assegnatari)Rust (840 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (29.714 stelle)
Metriche merge PR
 (Merge medio 9g 2h) (16 PR mergiate in 30 g)

Descrizione

Hi

I think it's a good idea to include rust-toolchain.toml It allows to automatically fetch required rust compiler with relevant dependencies.

Something like:

[toolchain]
channel = "nightly-2024-01-12"
components = [ "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin" ]
profile = "minimal"

Guida contributor