v0.11.2 (2026-04-15)
- make arb feature work with no-std (#160) (dae650c)
- remove default features of serde_bytes (#172) (6a13cb9)
- replace archived core2 dependency with no_std_io2 (#185) (54855ba), closes rust-lang/rust#68315 multiformats/rust-multihash#407 multiformats/rust-cid#184
v0.11.1 (2024-03-01)
v0.11.0 (2023-11-14)
varint_read_u64panics on unwrap inno_stdenvironment (#145) (86c7912)- features accidentally pull in optional dependency (#147) (942b70e), closes #142
- Re-exported multihash changed. The multihash v0.19 release split it into several smaller crates, the
multihashcrate now has less functionality.
v0.10.1 (2023-01-09)
v0.10.0 (2022-12-22)
- Return
Result<usize>(instead ofResult<()>) now fromCid::write_bytes. - Rust edition 2021 is now used