From 7fb0640414b615c0b1d0bffd4822145c111d4753 Mon Sep 17 00:00:00 2001 From: Blockiosaurus Date: Fri, 16 Aug 2024 08:47:03 -0400 Subject: [PATCH] Bumping anchor-cli version. --- .github/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.env b/.github/.env index ddafd7c..5bb9dca 100644 --- a/.github/.env +++ b/.github/.env @@ -3,7 +3,7 @@ NODE_VERSION=16.x PROGRAMS=["candy-machine-core", "candy-guard"] RUST_VERSION=1.75.0 SOLANA_VERSION=1.18.21 -ANCHOR_VERSION=0.27.0 +ANCHOR_VERSION=0.29.0 COMMIT_USER_NAME="github-actions[bot]" COMMIT_USER_EMAIL="41898282+github-actions[bot]@users.noreply.github.com" DEPLOY_SOLANA_VERSION=1.18.21