-
Notifications
You must be signed in to change notification settings - Fork 164
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
Cairo-lang2.8.0 #1833
Cairo-lang2.8.0 #1833
Conversation
|
Benchmark Results for unmodified programs 🚀
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1833 +/- ##
==========================================
- Coverage 94.89% 94.83% -0.06%
==========================================
Files 102 101 -1
Lines 40305 39579 -726
==========================================
- Hits 38247 37536 -711
+ Misses 2058 2043 -15 ☔ View full report in Codecov by Sentry. |
@@ -215,7 +215,7 @@ mod tests { | |||
assert_matches::assert_matches, | |||
}; | |||
|
|||
#[cfg(any(target_arch = "wasm32", no_std, not(feature = "std")))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems it is not a valid attribute for #[cfg(...)]
in rust 1.80.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @FrancoGiachetta !
Can you update the readme Doc
- [Rust 1.76.0 or newer](https://www.rust-lang.org/tools/install)
I think that with that we could merge it
Done! |
Update cairo-lang to 2.8.0
Description
This PR updates cairo-lang creates to 2.8.0. It also updates rust to version 1.80.0 since now cairo-lang uses the
lazy-cell
library, which was stabilized at that version. It also removes some features used beforealloc
andstd
, which seem to be deprecated in rust 1.80.0Checklist