lo48576 / iri-string

String types for URIs/IRIs.
Apache License 2.0
15 stars 3 forks source link

Serde implementations are locked behind `alloc` and `serde-alloc` even with `std` and `serde-std` enabled #14

Closed asonix closed 2 years ago

asonix commented 2 years ago

Name says it all, no serde impls exist for owned types without explicitly enabling alloc and serde-alloc

lo48576 commented 2 years ago

Thank you! Fixed and released as v0.5.0-beta.2.