github software-mansion/scarb v2.14.0-rc.0

pre-release9 hours ago

Cairo release notes ➡️

Welcome to the release notes for Scarb v2.14.0-rc.0!
This release includes several features and bugfixes.

  • Unit artifacts fingerprints - We now fingerprint artifacts produces by Scarb. This means, that if you run Scarb a second time, without changing anything in your code or in the target directory, Scarb will skip the compilation saving your time!
  • The new quote_format! macro in procedural macro API - Some Cairo syntax may not play nicely with quote! macro. In such cases, you can use quote_format!, which accepts any Cairo syntax. It works similar to formatdoc! macro you may already know.
  • Option to skip all compiler optimizations - If you need to output raw Sierra, without any optimizations applied by the compiler, you may use the new skip-optimizations option in the [cairo] section. Use with cauation! This makes sense only for some dev tooling you may need.

Cairo Version

This version of Scarb comes with Cairo v2.14.0-rc.0.

What's Changed

Full Changelog: v2.13.1...v2.14.0-rc.0

Don't miss a new scarb release

NewReleases is sending notifications on new releases.