summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com>2022-10-20 10:22:19 -0400
committerGitHub <noreply@github.com>2022-10-20 16:22:19 +0200
commitc7e54fa17d1e754186f0856999c699f1789673e0 (patch)
tree2cd8b3c4ea82a2579721edffbc24b02e3ada3ab7
parentac67e53b126ed4358d3f387fb35e9e30c1c6bfdf (diff)
Generate rust toolchain file - to develop (and build) (#1397)
* Generate rust toolchain file * Make track "stable" channel
-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"