From 8908d1ab02ca82a4d9ca7f3f85f65fb905b6bc00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:05:29 +0000 Subject: [PATCH] build(deps): update rust to v1.76.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1a5703b..9418678 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.74.1" +channel = "1.76.0" components = ["rustc", "cargo", "rust-std", "rustfmt", "clippy"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"