diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4184eb8b..db2631b24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,6 +103,7 @@ The minor version will be incremented upon a breaking change and the patch versi - lang: Require `zero` accounts to be unique ([#3409](https://github.com/coral-xyz/anchor/pull/3409)). - lang: Deduplicate `zero` accounts against `init` accounts ([#3422](https://github.com/coral-xyz/anchor/pull/3422)). - cli: Fix custom `provider.cluster` ([#3428](https://github.com/coral-xyz/anchor/pull/3428)). +- cli: Ignore non semver solana/agave releases to avoid panic ([#3432](https://github.com/coral-xyz/anchor/pull/3432)). ### Breaking diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 1f8a962562..03ff43d19a 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -577,8 +577,8 @@ fn override_toolchain(cfg_override: &ConfigOverride) -> Result Result