Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct unsafe bytemuck trait path #3037

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Conversation

0xBurbo
Copy link
Contributor

@0xBurbo 0xBurbo commented Jun 19, 2024

Problem: Implementation for "bytemuckunsafe" serialization uses incorrect import trait path, causing declare_program! to fail for IDLs using "serialization": "bytemuckunsafe".

This PR uses the correct path

Copy link

vercel bot commented Jun 19, 2024

@0xBurbo is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added lang next Required for the next release fix Bug fix PR labels Jun 19, 2024
Copy link
Collaborator

@acheroncrypto acheroncrypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@acheroncrypto acheroncrypto merged commit 9c17d65 into coral-xyz:master Jun 19, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix PR lang next Required for the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants