Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Conversation

@joncinque
Copy link
Contributor

Problem

The ATA client crate still uses solana-program, but it doesn't need it.

Summary of changes

Remove its usage, but it's still needed in dev-dependencies until the system program client has been extracted.

#### Problem

The ATA client crate still uses solana-program, but it doesn't need it.

#### Summary of changes

Remove its usage, but it's still needed in dev-dependencies until the
system program client has been extracted.
@joncinque joncinque requested a review from febo November 1, 2024 12:26

[dependencies]
solana-instruction = { version = "2.1.0", features = ["std"] }
solana-pubkey = { version = "2.1.0", features = ["curve25519"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

Copy link
Contributor

@febo febo left a comment

Choose a reason for hiding this comment

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

Great!

@joncinque joncinque merged commit 35750a3 into solana-labs:master Nov 1, 2024
17 checks passed
@joncinque joncinque deleted the nospataclient branch November 1, 2024 13:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants