diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..285645ed --- /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"]