From a346313812e5af6a4ddd27b3b0c58aaa898c5f82 Mon Sep 17 00:00:00 2001 From: Julien Loudet Date: Fri, 16 Aug 2024 17:24:28 +0200 Subject: [PATCH] deps: bump Rust toolchain to 1.72.1 Signed-off-by: Julien Loudet --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 743f7cd9..7eb23c42 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.72.0" +channel = "1.72.1"