Skip to content

v0.5.0

Compare
Choose a tag to compare
@LukasKalbertodt LukasKalbertodt released this 05 Nov 16:27
a91f68c
  • Breaking: bumped minimum supported Rust version (MSRV) from 1.30 to 1.37
  • Generated code refers to all symbols via core:: or alloc:: instead of std::. This makes using auto_impl in #![no_std] easier. #73