From 8655e1ba2d286fbe8a53b18c9b77395df026f413 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Tue, 1 Oct 2024 03:42:45 +0200 Subject: [PATCH] toolchain --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..271800c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" \ No newline at end of file