atuinsh/atuin

rust-toolchain.toml to auto fetch compiler

已關閉

#1,600 建立於 2024年1月21日

 (1 則留言) (0 個反應) (0 位負責人)Rust (840 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (29,714 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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"

貢獻者指南