Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 15 Nov 14:31
v0.18.0
a6951d7

0.18.0 (2024-11-15)

This release makes scale-value 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. In addition it bumps a few dependencies to their latest versions.

Changed

  • Remove std feature and make the crate fully no_std
  • Update scale-decode to v0.16.0
  • Update scale-encode to v0.10.0
  • Update yap to v0.12.0
  • Update scale-bits to v0.7.0
  • Remove scale-info dependency and the re-export PortableRegistry
  • Bump MSRV to 1.81.0
  • Replace derive_more with thiserror

Full Changelog: v0.17.0...v0.18.0