From ce3d24f841e47c57c39aef4b1975d4675b55c7ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:54:08 +0000 Subject: [PATCH] Update dependency rust to v1.84.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index de4bcd7..078d26b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"] profile = "default"