Skip to content

v0.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 02:44
· 20 commits to master since this release
fa4f0e3

Highlights

New Cairo compiler versions

Built-in Cairo compiler versions now include 2.8.2.

Match all patch compiler versions

Starkli now supports ignoring the patch portion of the compiler when declaring, and it would automatically match the latest minor version. For example:

starkli declare --compiler-version 2.8 ...

Note that ideally users shouldn't have to specify a version at all, as it's usually automatically inferred from the network being used. That said, it might still be useful in some cases.

Full changes

Features

  • 14ad06f: upgrade cairo compiler to 2.8.2
  • 22db631: allow omitting compiler patch version

Misc

  • db63131: upgrade Rust toolchain to 1.81.0

Full Changelog: v0.3.4...v0.3.5