From 8f4847306d2ced104f7e59b7bd932c40e0ba6a48 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 1 May 2021 18:38:34 -0600 Subject: [PATCH] add rust toolchain file, Closes https://github.com/rust-console/gba/issues/139 --- 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 0000000..f70d225 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +components = ["rust-src"]