@@ -16,9 +16,9 @@ Core primitives for application-level tracing.
16
16
[ Documentation] [ docs-url ] | [ Chat] [ discord-url ]
17
17
18
18
[ crates-badge ] : https://img.shields.io/crates/v/tracing-core.svg
19
- [ crates-url ] : https://crates.io/crates/tracing-core/0.1.16
19
+ [ crates-url ] : https://crates.io/crates/tracing-core/0.1.17
20
20
[ docs-badge ] : https://docs.rs/tracing-core/badge.svg
21
- [ docs-url ] : https://docs.rs/tracing-core/0.1.16
21
+ [ docs-url ] : https://docs.rs/tracing-core/0.1.17
22
22
[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
23
23
[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_core
24
24
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
@@ -79,22 +79,22 @@ The following crate feature flags are available:
79
79
80
80
``` toml
81
81
[dependencies ]
82
- tracing-core = { version = " 0.1.16 " , default-features = false }
82
+ tracing-core = { version = " 0.1.17 " , default-features = false }
83
83
```
84
84
85
85
** Note** :` tracing-core ` 's ` no_std ` support requires ` liballoc ` .
86
86
87
87
[ `tracing` ] : ../tracing
88
- [ `span::Id` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/span/struct.Id.html
89
- [ `Event` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/event/struct.Event.html
90
- [ `Subscriber` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/subscriber/trait.Subscriber.html
91
- [ `Metadata` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/metadata/struct.Metadata.html
92
- [ `Callsite` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/callsite/trait.Callsite.html
93
- [ `Field` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/field/struct.Field.html
94
- [ `FieldSet` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/field/struct.FieldSet.html
95
- [ `Value` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/field/trait.Value.html
96
- [ `ValueSet` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/field/struct.ValueSet.html
97
- [ `Dispatch` ] : https://docs.rs/tracing-core/0.1.16 /tracing_core/dispatcher/struct.Dispatch.html
88
+ [ `span::Id` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/span/struct.Id.html
89
+ [ `Event` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/event/struct.Event.html
90
+ [ `Subscriber` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/subscriber/trait.Subscriber.html
91
+ [ `Metadata` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/metadata/struct.Metadata.html
92
+ [ `Callsite` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/callsite/trait.Callsite.html
93
+ [ `Field` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/field/struct.Field.html
94
+ [ `FieldSet` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/field/struct.FieldSet.html
95
+ [ `Value` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/field/trait.Value.html
96
+ [ `ValueSet` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/field/struct.ValueSet.html
97
+ [ `Dispatch` ] : https://docs.rs/tracing-core/0.1.17 /tracing_core/dispatcher/struct.Dispatch.html
98
98
99
99
## Supported Rust Versions
100
100
0 commit comments