From 66633ef2a9056ec27ad580a23c723140f7479a42 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Fri, 8 Sep 2023 19:36:02 +0300 Subject: [PATCH] rust-toolchain: use 1.72.0, same as CI (#5256) Switches everyone without an `rustup override` to 1.72.0. Code changes required already done in #5255. Depends on https://github.com/neondatabase/build/pull/65. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0ce368ff9d2e..a21a29321810 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.71.0" +channel = "1.72.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