diff --git a/yard-rs/rsgpu-xp/rust-toolchain.toml b/yard-rs/rsgpu-xp/rust-toolchain.toml new file mode 100644 index 0000000..2f6d4dd --- /dev/null +++ b/yard-rs/rsgpu-xp/rust-toolchain.toml @@ -0,0 +1,10 @@ +[toolchain] +channel = "nightly-2024-04-24" +components = [ + "rust-src", + "rustc-dev", + "llvm-tools", + "clippy", + "rustfmt", + "rustc", +] \ No newline at end of file