Skip to content

tracing 0.1.31

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 22:12
· 562 commits to master since this release
846a53e

This release increases the minimum supported Rust version (MSRV) to 1.49.0. In
addition, it fixes some relatively rare macro bugs.

Added

  • Added tracing-forest to the list of related crates (#1935)

Changed

  • Updated minimum supported Rust version (MSRV) to 1.49.0 (#1913)

Fixed

  • Fixed the warn! macro incorrectly generating an event with the TRACE level
    (#1930)
  • Fixed macro hygiene issues when used in a crate that defines its own concat!
    macro, for real this time (#1918)

Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing to this
release!