iotaledger / crypto.rs

The canonical source of cryptographic ground-truth for IOTA projects that use Rust.
https://iota.org
64 stars 22 forks source link

Fix `no_std` serde #193

Closed DaughterOfMars closed 1 year ago

DaughterOfMars commented 1 year ago

Description of change

The serde dependency cannot use alloc types without the feature, so this adds that feature. I also updated the rust edition while I was changing the cargo file.

Type of change

Choose a type of change, and delete any options that are not relevant.