From 367c43491f9569a69aa2b246d40bff0e9046c590 Mon Sep 17 00:00:00 2001 From: Sebastian Bor Date: Wed, 21 Dec 2022 12:53:37 +0000 Subject: [PATCH] chore: Update anchor and solana build versions --- .github/workflows/ci-lint-test.yml | 2 +- .github/workflows/ci-soteria.yml | 2 +- Anchor.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index 04b7a36..f63aa9c 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -6,7 +6,7 @@ on: env: CARGO_TERM_COLOR: always - SOLANA_VERSION: "1.9.5" + SOLANA_VERSION: "1.14.10" RUST_TOOLCHAIN: stable defaults: diff --git a/.github/workflows/ci-soteria.yml b/.github/workflows/ci-soteria.yml index 6b48628..5988681 100644 --- a/.github/workflows/ci-soteria.yml +++ b/.github/workflows/ci-soteria.yml @@ -7,7 +7,7 @@ on: env: CARGO_TERM_COLOR: always - SOLANA_VERSION: "1.9.5" + SOLANA_VERSION: "1.14.10" jobs: build: diff --git a/Anchor.toml b/Anchor.toml index 7ea44c0..726e4e2 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -1,5 +1,5 @@ -anchor_version = "0.20.1" -solana_version = "1.9.5" +anchor_version = "0.26.0" +solana_version = "1.14.10" [programs.localnet] voter_stake_registry = "4Q6WW2ouZ6V3iaNm56MTd5n2tnTm4C5fiH8miFHnAFHo"