From 740528eaf913ff4bb9d112d494a10e84fd01365a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 25 Aug 2023 07:20:43 +1000 Subject: [PATCH] Update to Rust 1.72 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 03f49d484..886cf9fcc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.70" +channel = "1.72"