Skip to content

v0.9.0

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 13 Nov 07:29
· 1 commit to main since this release
v0.9.0
5caa282

[v0.9.0] - 2024-11-13

This release makes scale-encode entirely no_std which is now using core::error::Error instead of std::error::Error as it was using before behind the std feature. Because of that the std feature is now removed and the MSRV is bumped to 1.81.0.

Changed

  • chore(deps): use core::error::Error and make no_std (#30)

Full Changelog: v0.8.0...v0.9.0