From 75be9f312b20c2ce2287b1d73b7963a6ab5bb0a7 Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Fri, 23 Feb 2024 00:09:51 -0500 Subject: [PATCH] Added toolchain --- rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..f2d06f9d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "1.76.0" +components = ["rust-src"] +profile = "default" +targets = ["x86_64-pc-windows-msvc", "aarch64-linux-android", "aarch64-apple-darwin"]