From 67c3735ef93851576a60f559ba87ad60eab6b024 Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 19 Feb 2025 13:17:37 -0700 Subject: [PATCH] rust: Bump version to 1.84.1 #### Problem The rust version used by this repo is still on v1.84.0, despite agave being on v1.84.1. #### Summary of changes Bump it to v1.84.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index efd9dc3db..fcb78ec56 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.84.0" +channel = "1.84.1"