xso: fix no_std support

This reverts the Revert in 6ec275d3 which had to be done in order to
un-break usage of xso in std crates.
This commit is contained in:
Jonas Schäfer 2025-01-26 11:18:03 +01:00 committed by Link Mauve
commit beae4ae66b
9 changed files with 42 additions and 9 deletions

View file

@ -31,6 +31,7 @@ Version NEXT:
the base64 crate (if the `base64` feature is enabled).
- New `codec` field on `attribute` meta, to support decoding and
encoding using any `TextCodec`.
- Support for `no_std` usage (the alloc crate is required, though).
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>