File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.9 (Feb 17, 2022)
2
+
3
+ This release updates the minimum supported Rust version (MSRV) to 1.49.0, and
4
+ updates the (optional) dependency on ` parking_lot ` to v0.12.
5
+
6
+ ### Changed
7
+
8
+ - Updated minimum supported Rust version (MSRV) to 1.49.0 ([ #1913 ] )
9
+ - ` parking_lot ` : updated to v0.12 ([ 008339d] )
10
+
11
+ ### Added
12
+
13
+ - ** fmt** : Documentation improvements ([ #1926 ] , [ #1927 ] )
14
+
15
+ [ #1913 ] : https://github.com/tokio-rs/tracing/pull/1913
16
+ [ #1926 ] : https://github.com/tokio-rs/tracing/pull/1926
17
+ [ #1927 ] : https://github.com/tokio-rs/tracing/pull/1927
18
+ [ 008339d ] : https://github.com/tokio-rs/tracing/commit/008339d1e8750ffe7b4634fc7789bda0c522424f
19
+
1
20
# 0.3.8 (Feb 4, 2022)
2
21
3
22
This release adds * experimental* support for recording structured field
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tracing-subscriber"
3
- version = " 0.3.8 "
3
+ version = " 0.3.9 "
4
4
authors = [
5
5
" Eliza Weisman <eliza@buoyant.io>" ,
6
6
" David Barsky <me@davidbarsky.com>" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Utilities for implementing and composing [`tracing`][tracing] subscribers.
21
21
[ crates-badge ] : https://img.shields.io/crates/v/tracing-subscriber.svg
22
22
[ crates-url ] : https://crates.io/crates/tracing-subscriber
23
23
[ docs-badge ] : https://docs.rs/tracing-subscriber/badge.svg
24
- [ docs-url ] : https://docs.rs/tracing-subscriber/0.3.8
24
+ [ docs-url ] : https://docs.rs/tracing-subscriber/0.3.9
25
25
[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
26
26
[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_subscriber
27
27
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
Original file line number Diff line number Diff line change 160
160
//! [`time` crate]: https://crates.io/crates/time
161
161
//! [`libstd`]: https://doc.rust-lang.org/std/index.html
162
162
//! [`liballoc`]: https://doc.rust-lang.org/alloc/index.html
163
- #![ doc( html_root_url = "https://docs.rs/tracing-subscriber/0.3.8 " ) ]
163
+ #![ doc( html_root_url = "https://docs.rs/tracing-subscriber/0.3.9 " ) ]
164
164
#![ doc(
165
165
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
166
166
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
You can’t perform that action at this time.
0 commit comments