v0.5.0
- Breaking: bumped minimum supported Rust version (MSRV) from 1.30 to 1.37
- Generated code refers to all symbols via
core::
oralloc::
instead ofstd::
. This makes usingauto_impl
in#![no_std]
easier. #73
core::
or alloc::
instead of std::
. This makes using auto_impl
in #![no_std]
easier. #73