From 8c91a5ee53f78ef28d7cb3ee3df82577ac4d650f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 00:59:22 +0000 Subject: [PATCH] chore(deps): update rust to v1.96.0 | datasource | package | from | to | | ------------ | ------- | ------ | ------ | | rust-version | rust | 1.95.0 | 1.96.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 38ab2c6..01a3bee 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.95.0" +channel = "1.96.0" components = ["clippy", "rustfmt"]