From 3e5aa8eafd761099352b84f2d9e780789adac79c Mon Sep 17 00:00:00 2001 From: Sonee Date: Mon, 23 Feb 2026 12:19:14 +0000 Subject: [PATCH] Pin Anchor version to 0.32.1 instead of using latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced `avm install latest` and `avm use latest` with the explicitly specified version `0.32.1`, which is mentioned at the beginning of the documentation: Updated the installation commands to match the declared Anchor version to avoid potential inconsistencies. ### Notes: I’m not 100% sure this is the intended approach, so I decided to create this as a separate PR instead of combining it with the previous changes in the same file (see related PR: #XXX). --- anchor-rock-paper-scissor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anchor-rock-paper-scissor/README.md b/anchor-rock-paper-scissor/README.md index c071b0d..7b351e5 100644 --- a/anchor-rock-paper-scissor/README.md +++ b/anchor-rock-paper-scissor/README.md @@ -44,8 +44,8 @@ sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)" 3. Install Anchor: ```bash cargo install --git https://github.com/coral-xyz/anchor avm --locked --force -avm install latest -avm use latest +avm install 0.32.1 +avm use 0.32.1 ``` 4. Configure Solana (optional, for devnet):