cairo-native 0.2.6

A compiler to convert Cairo's intermediate representation Sierra code to MLIR.
1
2
3
4
5
6
7
8
9
10
# Release Process

- Update version on root Cargo.toml
- Update version on runtime Cargo.toml
- Update Cargo.toml runtime dependency version to match the new version
- Make a PR
- Wait for PR to be merged
- Pull changes once merged
- `git tag v<version>`
- `git push --tags` # this will test, build and publish the version if successful.