From 211be21991c29c235253a19413f43a76a367955f Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Sat, 7 Jan 2023 09:12:38 +0100 Subject: [PATCH] add toolchain.toml (#1349) --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000000..5f7fac67f26 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2022-12-05"