From d96d51a3b7db91ca70308b71d5d2c350a7dc00f2 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Fri, 23 Jun 2023 14:09:04 +0300 Subject: [PATCH] Update rust to 1.70.0 (#4550) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c39ba4f417..6abb435018 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.68.2" +channel = "1.70.0" profile = "default" # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html