From 88af9b7278d88f0f44fb61fc50338f5513d17748 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Mon, 29 Jan 2024 17:32:27 -0500 Subject: [PATCH] SM-1091: Use rustfmt nightly by default due to #512 --- 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 000000000..a307fe632 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +components = [ "rustfmt" ]