From ce93c6dfe5f93c4da3a1709b60fce4cd119fbd9f Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Mon, 20 Sep 2021 14:57:05 +0200 Subject: [PATCH] tools: add exlicit definition of toolchain --- components/rustlib/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 components/rustlib/rust-toolchain.toml diff --git a/components/rustlib/rust-toolchain.toml b/components/rustlib/rust-toolchain.toml new file mode 100644 index 0000000..4a4152d --- /dev/null +++ b/components/rustlib/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "esp" +