Skip to content

v0.15.0

Choose a tag to compare

@niklasad1 niklasad1 released this 08 Nov 17:19
· 6 commits to main since this release
v0.15.0
fc6ed90

0.15.0 - 2024-11-08

This release makes scale-decode 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.