From 29ec376461d274d62d3b4dcdfa7175477e68a99e Mon Sep 17 00:00:00 2001 From: Godmode Galactus Date: Mon, 11 Sep 2023 15:28:12 +0200 Subject: [PATCH] changing solana version to 1.16.1 --- .github/workflows/ci-code-review-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-code-review-rust.yml b/.github/workflows/ci-code-review-rust.yml index aae4696a0..e4363c2c5 100644 --- a/.github/workflows/ci-code-review-rust.yml +++ b/.github/workflows/ci-code-review-rust.yml @@ -12,7 +12,7 @@ on: env: CARGO_TERM_COLOR: always - SOLANA_VERSION: '1.14.17' + SOLANA_VERSION: '1.16.1' jobs: format: