From c0b4991cde9dc8df00cee026fa4a7bf4b92213ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:27:27 +0000 Subject: [PATCH] build(deps): update rust to v1.75.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1a5703b..21ea181 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.74.1" +channel = "1.75.0" components = ["rustc", "cargo", "rust-std", "rustfmt", "clippy"] targets = ["x86_64-unknown-linux-gnu"] profile = "minimal"