Cairo 1.0-alpha.3 was just released. Added new language features that will be supported in Starknet alpha v0.11.0, expected in two weeks. New Features Cairo 1.0 continues to move forward, providing developers with the ability to write richer applications and taking another step towards feature compatibility with Cairo 0. Notable features in this version include: Snapshot type (similar to rust’s reference) — a type that creates a reference to an object at a given point in time, which can not b...