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

Current anchor-lang version sticks with old solana-program version that leads to crates resolution errors #2309

Closed
KirillLykov opened this issue Dec 12, 2022 · 0 comments

Comments

@KirillLykov
Copy link

Currently published version of anchor-lang requires solana-program:

solana-program = "~1.10.29"

(https://github.com/coral-xyz/anchor/blob/master/lang/Cargo.toml#L43)

This creates crates resolution problems with compiling with more modern solana.
On the solana side, we build downstream projects and had to introduce workaround solana-labs/solana#28924
On the mango_bencher side, the same problem when we want to use it with testnet.

@Henry-E Henry-E closed this as completed Dec 12, 2022
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

No branches or pull requests

2 participants