From 1f030d6b74ebfb2f47b6772da59529be0996a2de Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 4 Nov 2023 23:08:07 -0400 Subject: [PATCH] chore: Add rust-toolchain.toml --- 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..5fc9fb5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl"]