v2.8.1
Welcome to the release notes for Scarb v2.8.1
!
This is a quick fix release which does not include any new features - only bug fixes.
- The assert_macros package version change - the
assert_macros
package that contains macros likeassert_eq!
is now versioned with the same version as Cairo compiler used by Scarb.
Cairo Version
This version of Scarb comes with Cairo v2.8.0
.
What's Changed
- Fix proc macro diagnostics stable pointer by @maciektr in #1555
- Fix assert macros by @maciektr in #1563
Full Changelog: v2.8.0...v2.8.1