Skip to content

Bump deps [blocked] #75

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Bump deps [blocked] #75

wants to merge 1 commit into from

Conversation

grod220
Copy link
Member

@grod220 grod220 commented Apr 30, 2025

Required before publishing rust crates as git deps are not allowed.

Waiting on agave v2.3 to be published first.

Comment on lines -60 to -61
.ok()
.map(Arc::from);
Copy link
Member Author

Choose a reason for hiding this comment

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

Swallowing the error here resulted in a strange obfuscated error result while debugging an issue with the version bump. Mapping the error to a string instead so it can be read in the future.

Comment on lines -187 to -193
(
system_program::id(),
Account {
executable: true,
..Default::default()
},
),
Copy link
Member Author

Choose a reason for hiding this comment

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

New mollusk version errors on this stub account.

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.

1 participant