rust-toolchain: add file to require rust-src

This commit is contained in:
David Hewitt 2021-10-27 23:15:46 +01:00
parent a5bc0a6b64
commit 2d98011e0c
1 changed files with 2 additions and 0 deletions

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
components = [ "rust-src" ]