Skip to content

no-std alloc feature fix

Latest

Choose a tag to compare

@stifskere stifskere released this 01 Jul 16:15
· 7 commits to main since this release
b8fe3d4

Thanks for considering dyn_path, to download dyn_path run cargo add dyn_path on your project root directory.

This release has a small fix, the macro included $crate::alloc even if alloc wasn't being re-exported due to feature settings. This is now limited.

The tests didn't pass either due to an index expecting a reference instead of a value.