v0.9.0
[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