Commit e479e06
tracing: prepare to release v0.1.31 (tokio-rs#1937)
# 0.1.31 (February 17th, 2022)
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 ([tokio-rs#1935])
### Changed
- Updated minimum supported Rust version (MSRV) to 1.49.0 ([tokio-rs#1913])
### Fixed
- Fixed the `warn!` macro incorrectly generating an event with the
`TRACE` level ([tokio-rs#1930])
- Fixed macro hygiene issues when used in a crate that defines its own
`concat!` macro, for real this time ([tokio-rs#1918])
Thanks to @QnnOkabayashi, @nicolaasg, and @teohhanhui for contributing
to this release!
[tokio-rs#1935]: tokio-rs#1935
[tokio-rs#1913]: tokio-rs#1913
[tokio-rs#1930]: tokio-rs#1930
[tokio-rs#1918]: tokio-rs#19181 parent 2f46866 commit e479e06
2 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
2 | 30 | | |
3 | 31 | | |
4 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments