0.8.2
- Allow
expected!()to accept a&'static strexpression, not just a literal. (#361) - Use
BTreeSet`` inExpectedSet`` for deterministic ordering. (#336) - Add enabled-by-default
stdfeature that can be disabled to build on no-std + alloc (#336) - Fix regression with
impl Traitreturn types (#319)