Skip to content

Update bytemuck#3858

Merged
jacobcreech merged 1 commit into
otter-sec:masterfrom
jamie-osec:ci-stuff
Aug 21, 2025
Merged

Update bytemuck#3858
jacobcreech merged 1 commit into
otter-sec:masterfrom
jamie-osec:ci-stuff

Conversation

@jamie-osec

@jamie-osec jamie-osec commented Aug 18, 2025

Copy link
Copy Markdown
Collaborator

bytemuck's Pod implementation creates a struct that looks like StructWithoutPadding([u8; ]) and transmutes it as part of checking that the derive is sound.

Likely due to better dead code analysis, Rust 1.89 notices that the array is never read directly and emits a warning about this. Newer versions of bytemuck use a different approach that don't fire a warning.

Update both crates to avoid this causing CI to fail.

@vercel

vercel Bot commented Aug 18, 2025

Copy link
Copy Markdown

@jamie-osec is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Aug 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
anchor-docs Ignored Ignored Preview Aug 19, 2025 0:50am

@jacobcreech

Copy link
Copy Markdown
Collaborator

@swaroop-osec I assume that this version change isn't going to break anything wrt zero copy implementation?

@jacobcreech jacobcreech merged commit 28ba3df into otter-sec:master Aug 21, 2025
54 checks passed
swaroop-osec pushed a commit to swaroop-osec/anchor that referenced this pull request Aug 22, 2025
WilfredAlmeida pushed a commit to KartikSoneji/anchor that referenced this pull request Oct 22, 2025
Otter-0x4ka5h pushed a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
@jamie-osec jamie-osec deleted the ci-stuff branch April 24, 2026 14:14
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