v0.3.0
About
Changed
- Bumped minimum supported (automatically tested) Rust version to 1.24.0
- Moved message parameter for
assert_cfg!
to last argument position, making
it consistent with other macros
Removed
- No need to use
macro!(label; ...)
syntax when compiling on nightly Rust and
enabling thenightly
feature flag (read more)