rust-embedded-community/rust-measurements

serde requires std

Closed this issue · 1 comments

Enabling the serde feature pulls in std via a serde default feature. The serdes std feature is not needed here, is it?

Related to #23

Yes, we should flip the features to have the default be no-std which disables the serde std feature and add an std feature which enables it.