Skip to content

Commit e04cf7a

Browse files
authored
Pin rust version to 1.86.0 due to cairo_vm incompatibility (#3352)
<!-- 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`
1 parent e3c4b06 commit e04cf7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.86.0"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)