Welcome to the release notes for Scarb v2.12.0-rc.4
!
This release brings several bugfixes to Scarb.
Default inlining strategy in dev
profile
This release reverts the changes made in 2.12.0-rc.2
regarding the default inlining strategy for the dev
profile.
Since this release, both the dev
and release
profile will use the release
(default
) strategy.
For more information, please see our docs.
Cairo Version
This version of Scarb comes with Cairo v2.12.0-rc.3
.
What's Changed
- fix: multiple parallel builds deadlock by @FroyaTheHen in #2467
- Change inlining strategy in dev to default by @maciektr in #2462
- Update deps by @maciektr in #2464
Full Changelog: v2.12.0-rc.3...v2.12.0-rc.4