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.
This commit is contained in:
Joonas Koivunen
2023-09-08 19:36:02 +03:00
committed by GitHub
parent 028fbae161
commit 66633ef2a9

View File

@@ -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