v0.3.5
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
Misc
- db63131: upgrade Rust toolchain to 1.81.0
Full Changelog: v0.3.4...v0.3.5