Skip to content

v0.3.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 14 Nov 19:53
· 124 commits to master since this release
v0.3.0

About

Documentation

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 the nightly feature flag (read more)