From c7e54fa17d1e754186f0856999c699f1789673e0 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:22:19 -0400 Subject: [PATCH] Generate rust toolchain file - to develop (and build) (#1397) * Generate rust toolchain file * Make track "stable" channel --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml 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"