File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.19.5] ( https://github.com/multiformats/rust-multihash/compare/v0.19.4...v0.19.5 ) (2026-04-27)
2+
3+ ### Features
4+
5+ * embed minimal required core2/no_std_io2 traits ([ #411 ] ( https://github.com/multiformats/rust-multihash/issues/411 ) ) ([ 90fab31] ( https://github.com/multiformats/rust-multihash/commit/90fab31ce86b5e87d281c6d718e053376852bf07 ) )
6+ * Minimum supported Rust version (MSRV) is now 1.81, due to using ` core::error::Error ` .
7+
8+
19## [ 0.19.4] ( https://github.com/multiformats/rust-multihash/compare/v0.19.3...v0.19.4 ) (2026-04-15)
210
311### Features
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ edition = "2021"
1111name = " multihash"
1212description = " Implementation of the multihash format"
1313keywords = [" multihash" , " ipfs" ]
14- version = " 0.19.4 "
14+ version = " 0.19.5 "
1515authors = [" dignifiedquire <dignifiedquire@gmail.com>" , " David Craven <david@craven.ch>" , " Volker Mische <volker.mische@gmail.com>" ]
1616readme = " README.md"
1717repository = { workspace = true }
You can’t perform that action at this time.
0 commit comments