github software-mansion/scarb v2.4.0-rc4

latest releases: cairo-lang-macro/v0.2.1, cairo-lang-macro-attributes/v0.2.1, v2.12.1...
pre-release22 months ago

Cairo release notes ➡️

Warning

This version is not supported on Starknet! If you want to develop contracts deployable to current Starknet, please stick with Scarb v2.3.1

Welcome to the release notes for Scarb v2.4.0-rc4!
This quick release includes following small improvements.

Formatter emit option

Since this release, when formatting your project with scarb fmt you can use --emit stdout argument. With this argument, Scarb will not make any changes to the files on your disk. Instead, full new content of formatted files will be printed to stdout, prepended with their path. Files that had already been in a correct format will not be emitted.

Environmental variables in scripts

Since this release, all environmental variables inherited by Scarb will be passed to package scripts runtime. This will allow you, to read external variables inside your scripts.

Cairo Version

This version of Scarb comes with Cairo v2.4.0-rc4.

What's Changed

New Contributors

Full Changelog: v2.4.0-rc3...v2.4.0-rc4

Don't miss a new scarb release

NewReleases is sending notifications on new releases.