From f1b174dc6a86149d92a7d6a84704d70df27805fb Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Wed, 29 Mar 2023 09:49:23 +0200 Subject: [PATCH] Update rust version to 1.68.2 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0692340147..c39ba4f417 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.66.1" +channel = "1.68.2" profile = "default" # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html