summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorSergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com>2022-10-25 03:17:37 -0400
committerGitHub <noreply@github.com>2022-10-25 09:17:37 +0200
commite5acee1a0c3399101b5aaef5208e98c30b01bde1 (patch)
treea9ce0cefc32c01065a103e0d8c2c3665fb33e939 /rust-toolchain.toml
parentfa2ad81bec5f7a37d611e2cdf6f1a57ba8af7274 (diff)
Generate rust toolchain file (#1401)
* Generate rust toolchain file * Make track "stable" channel * CD workflow override rust toolchain file
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000..02cb8fcb
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "stable"
+profile = "default"