What's Changed
- Trait map optimizations by @tritao in #7007
- Merge std and core libraries by @SwayStar123 in #6729
- Promote experimental features by @ironcev in #7016
- Bump to v0.67.0 by @IGI-111 in #7017
Breaking Changes
core
andstd
libraries have been merged- Storage keys are now calculated differently
- The
Eq
trait has been split intoEq
andPartialEq
- conversions from
Bytes
tob256
are now fallible
We recommend using the new forc migrate
tool to address these breaking changes in your codebase.
Full Changelog: v0.66.10...v0.67.0