Skip to content

v2.19.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:46
28361ad

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.19.1!

This patch release updates Scarb's bundled Cairo tooling packages, cairo-language-server and cairo-lint, to v2.19.1, while keeping the compiler stack on Cairo v2.19.0.

Cairo Lint Update

cairo-lint v2.19.1 disables the assert_on_const lint. The lint turned out to have significant time performance issues on larger codebases, so it has been turned off for now to keep Scarb checks and editor diagnostics responsive while the implementation is revisited.

This means projects will no longer receive assert_on_const diagnostics from the bundled lint tooling in this release. Other Cairo lint functionality remains available.

Cairo Version

This version of Scarb comes with Cairo v2.19.0, and bundles cairo-language-server and cairo-lint v2.19.1.

What's Changed

Full Changelog: v2.19.0...v2.19.1