v0.11.1 (2024-03-01)
v0.11.0 (2023-11-14)
varint_read_u64
panics on unwrap inno_std
environment (#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
multihash
crate 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