Skip to content

Define MINIMUM_ANCHOR_VERSION floor to ignore unsupported old releases#13

Merged
johnsaigle merged 1 commit into
johnsaigle:mainfrom
malaclypsejr:bot/mention-12
Jul 13, 2026
Merged

Define MINIMUM_ANCHOR_VERSION floor to ignore unsupported old releases#13
johnsaigle merged 1 commit into
johnsaigle:mainfrom
malaclypsejr:bot/mention-12

Conversation

@malaclypsejr

Copy link
Copy Markdown
Contributor

Adds a MINIMUM_ANCHOR_VERSION constant (0.26.0) to src/compatibility.rs that defines the lowest Anchor version the detector tracks. The sync workflow is updated to filter out versions below this floor instead of reporting them as "MISSING".

  • src/compatibility.rs: new MINIMUM_ANCHOR_VERSION pub constant and minimum_anchor_version() pub fn
  • src/lib.rs: exports the new constant and function
  • workflows/sync.md: step 3 now instructs agents to exclude versions older than the floor

Refs #12

Adds MINIMUM_ANCHOR_VERSION constant (0.26.0) and minimum_anchor_version()
function to compatibility.rs. Updates the sync workflow to filter out versions
below this floor instead of reporting them as missing.

Refs johnsaigle#12
@johnsaigle
johnsaigle merged commit 52f2dca into johnsaigle:main Jul 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants