From 13579a8cad21954962443a876ecf17edf9b662bd Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Tue, 19 Sep 2023 11:15:42 +0200 Subject: [PATCH] add rust-toolchain.toml with rust 1.70.0 --- 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 00000000..22048ac5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.70.0"