Merge pull request #1952 from davidhewitt/add-rust-toolchain

rust-toolchain: add file to require rust-src
This commit is contained in:
David Hewitt 2021-10-28 04:15:59 +01:00 committed by GitHub
commit eda3f6c027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
rust-toolchain.toml Normal file
View file

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