build(add a toolchain.toml file)

Add rust-toolchain.toml file
This commit is contained in:
Brooks Rady 2021-02-22 11:43:12 +00:00 committed by GitHub
commit 4d21e8f357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
rust-toolchain.toml Normal file
View File

@ -0,0 +1,8 @@
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
[toolchain]
# can be further pinned eg:
# date: "stable-2020-07-10"
# version: "nightly-1.0.0"
channel = "stable"
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
# targets = [ ]