Skip to content

deps: Bump all SPL deps #318

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged

deps: Bump all SPL deps #318

merged 1 commit into from
Mar 25, 2025

Conversation

joncinque
Copy link
Contributor

Problem

All of the SPL deps have finally been upgraded to use the component crates rather than solana-program, but token-2022 still has a transitive dependency on solana-program.

Summary of changes

Bump all SPL deps and make the spl-token-2022 crate smaller! This brings down the number of deps built from 188 to 155, and drops the build time from 21s to 18s on my machine.

@joncinque joncinque requested a review from samkim-crypto March 24, 2025 23:24
#### Problem

All of the SPL deps have finally been upgraded to use the component
crates rather than solana-program, but token-2022 still has a transitive
dependency on solana-program.

#### Summary of changes

Bump all SPL deps and make the spl-token-2022 crate smaller! This brings
down the number of deps built from 188 to 155, and drops the build time
from 21s to 18s on my machine.
Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

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

Looks fine to me!

@joncinque joncinque merged commit c0b8b88 into solana-program:main Mar 25, 2025
19 of 20 checks passed
@joncinque joncinque deleted the bumps branch March 25, 2025 12:11
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