From 5c083862ad16cab0fc4c91134ce49d69602eda60 Mon Sep 17 00:00:00 2001 From: segfaultdoctor <17258903+segfaultdoc@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:45:46 -0400 Subject: [PATCH] update rust toolchain to match jito-solana --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9bb4fc7..7bd51fb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.75.0" +channel = "1.78.0" components = [ "rustfmt", "rustc-dev", "clippy", "cargo" ]