From a4b99cb3fbef4a80a1d70afdeccf837665f3307b Mon Sep 17 00:00:00 2001 From: utam0k Date: Thu, 9 Feb 2023 21:36:49 +0900 Subject: [PATCH] Add rust-toolchain file Signed-off-by: utam0k --- 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..26c56285 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +profile="default" +channel="1.67.0"