From 2ec26ecdcebf801e2b9902f61af726a8bf704a30 Mon Sep 17 00:00:00 2001 From: Loris Leiva Date: Mon, 29 Jul 2024 14:36:33 +0100 Subject: [PATCH] Revert "Use Solana CLI 1.18.18 temporarily" This reverts commit a4cc516c1f54f00c1026342991e1fb28b75f732d. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba0c288..f7d811f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["clients/rust", "program"] [workspace.metadata.cli] -solana = "1.18.18" +solana = "2.0.1" # Specify Rust toolchains for rustfmt, clippy, and build. # Any unprovided toolchains default to stable.