From 6d33d8b092157194e233512a3d1cb29d4fceecff Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Fri, 22 Sep 2023 17:55:55 +0200 Subject: [PATCH] Update rust to 1.72.1 (#5359) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a21a293218..9cc47ec039 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.72.0" +channel = "1.72.1" profile = "default" # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html