-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What ❔ Created a `rust-toolchain` file pinning it to the stable version when 1.79 was released. Reverted the change to `stream.rs` brought about by 1.80 in #176 Bumps the version to `0.1.0-rc.8` ## Why ❔ Because the `zksync-era` build [doesn't work](https://github.com/matter-labs/zksync-era/actions/runs/10249428261/job/28352782628?pr=2583) with `size_of` without qualification like `core::mem::` or `std::mem::`. `zksync-era` is pinned at `nightly-2024-05-07` at the moment. I tried to update it to the last nightly where it was still Rust 1.80, which was `nightly-2024-06-08` but it cannot compile `boojum`, nor does it compile with a later nightly I tried where it's already Rust 1.82.
- Loading branch information
Showing
4 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
stable-2024-06-13 |