From ce6c7b6648d8547694a3faee9cbd4f69edb83e53 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 14 Jun 2023 14:13:31 +0200 Subject: [PATCH] Update to Rust v1.70 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8a823057..0538cafa 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.68" +channel = "1.70" components = ["rustfmt", "clippy"]