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

Add rust-version to Cargo.toml #206

Closed
itsfarseen opened this issue Apr 25, 2023 · 1 comment · Fixed by #207
Closed

Add rust-version to Cargo.toml #206

itsfarseen opened this issue Apr 25, 2023 · 1 comment · Fixed by #207

Comments

@itsfarseen
Copy link
Contributor

Problem:

  • Cargo for Rust 1.59 is trying to pull bumpalo v3.12.1, which is doesn't compile on Rust 1.59.

Context:

  • solana-program 1.10.x depends on bumpalo.
  • Solana's BPF compiler still is on Rust 1.59

How to solve:

  • Add rust-version = 1.60.0 to Cargo.toml
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 a pull request may close this issue.

1 participant