You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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`
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
The text was updated successfully, but these errors were encountered: