From a3824c267156d49fd5ff4ded747b929b0bfa7671 Mon Sep 17 00:00:00 2001 From: Baptiste Roux Date: Wed, 1 Feb 2023 03:35:26 +0100 Subject: [PATCH] chore: Specify channel and target used in the project --- 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..124501d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +targets = ["x86_64-unknown-linux-musl"]