Generate rust toolchain file - to develop (and build) (#1397)

* Generate rust toolchain file
* Make track "stable" channel
This commit is contained in:
Sergio Alejandro Ribera Costa 2022-10-20 10:22:19 -04:00 committed by GitHub
parent ac67e53b12
commit c7e54fa17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
profile = "default"