v0.1.3
Compatible with Mojo v1.0.0b2.
Changes
- Migrate to Mojo v1.0.0b2 (pin
mojo ==1.0.0b2inpixi.tomlandrecipe.yaml). - Pin the
pixi-build-rattler-buildbackend to==0.3.13to avoid the 0.4 build-API break. - Update for the b2 reflection API:
reflect[T]is now a comptime alias, so drop the call parentheses (reflect[T]()->reflect[T]) while keeping them on methods.