magiclen / Byte-Unit

A library for interaction with units of bytes.
MIT License
55 stars 11 forks source link

Serde usage did not account for no_std #16

Open stevefan1999-personal opened 2 years ago

stevefan1999-personal commented 2 years ago

This requires turning off default features by default, unfortunately, and this mean the ABI can break.

magiclen commented 1 year ago

After version 4.0.15, this crate does not enable the default features of serde by default.