@@ -16,9 +16,9 @@ Application-level tracing for Rust.
1616[ Documentation] [ docs-url ] | [ Chat] [ discord-url ]
1717
1818[ crates-badge ] : https://img.shields.io/crates/v/tracing.svg
19- [ crates-url ] : https://crates.io/crates/tracing/0.1.43
19+ [ crates-url ] : https://crates.io/crates/tracing/0.1.44
2020[ docs-badge ] : https://docs.rs/tracing/badge.svg
21- [ docs-url ] : https://docs.rs/tracing/0.1.43
21+ [ docs-url ] : https://docs.rs/tracing/0.1.44
2222[ docs-v0.2.x-badge ] : https://img.shields.io/badge/docs-v0.2.x-blue
2323[ docs-v0.2.x-url ] : https://tracing.rs/tracing
2424[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
@@ -250,7 +250,7 @@ my_future
250250is as long as the future's.
251251
252252The second, and preferred, option is through the
253- [ ` #[instrument] ` ] ( https://docs.rs/tracing/0.1.43 /tracing/attr.instrument.html )
253+ [ ` #[instrument] ` ] ( https://docs.rs/tracing/0.1.44 /tracing/attr.instrument.html )
254254attribute:
255255
256256``` rust
@@ -297,7 +297,7 @@ span.in_scope(|| {
297297// Dropping the span will close it, indicating that it has ended.
298298```
299299
300- The [ ` #[instrument] ` ] ( https://docs.rs/tracing/0.1.43 /tracing/attr.instrument.html ) attribute macro
300+ The [ ` #[instrument] ` ] ( https://docs.rs/tracing/0.1.44 /tracing/attr.instrument.html ) attribute macro
301301can reduce some of this boilerplate:
302302
303303``` rust
0 commit comments