Skip to content

Remove fixed version of rust #3351

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

Open
cptartur opened this issue May 16, 2025 · 0 comments
Open

Remove fixed version of rust #3351

cptartur opened this issue May 16, 2025 · 0 comments

Comments

@cptartur
Copy link
Member

Current State

Rust is pinned to 1.86.0 due to problem with compiling cairo_vm (problem on rust side).

Objective

Remove fixed version of rust and use stable again

Additional Context

No response

@cptartur cptartur moved this to New in Starknet foundry May 16, 2025
@github-actions github-actions bot added the new label May 16, 2025
cptartur added a commit that referenced this issue May 16, 2025
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

Interface of `is_multiple_of` changed in rust 1.87.0. This is a know
regression that won't be resolved, see
rust-lang/rust#140020

Due to that, `cairo_vm` no longer compiles on later rust version. Until
they upgrade and we upgrade our version of `cairo_vm`, then we have to
stay at rust 1.86.0

Issue to remove the pinned version
#3351

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant