chore: add `rust-toolchain` file

This commit is contained in:
Harsh Shandilya 2022-08-08 00:56:39 +05:30
parent 10a802c3cf
commit 67f1e9c0a4
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
1 changed files with 5 additions and 0 deletions

5
rust-toolchain.toml Normal file
View File

@ -0,0 +1,5 @@
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt", "rust-src" ]
targets = [ "x86_64-unknown-linux-gnu" ]
profile = "minimal"