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

Use the 1.81 toolchain instead of latest #355

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

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Jan 17, 2025

What

Use the 1.81 toolchain instead of latest.

Why

Rust versions later than 1.81 come with a wasm target that isn't compatible with Soroban Env. This is a known issue, and in the near future a new wasm target will be adopted once it is available in the Rust compiler.

It's possible for some simple contracts to sitll work with later versions of Rust, and that' sthe case for most examples in this repo. However one example just started failing, hence why pinning the version just now.

@leighmcculloch leighmcculloch marked this pull request as ready for review January 17, 2025 06:18
@leighmcculloch leighmcculloch enabled auto-merge (squash) January 19, 2025 12:26
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