@@ -12,9 +12,9 @@ Core primitives for application-level tracing.
12
12
[ Documentation] [ docs-url ] | [ Chat] [ discord-url ]
13
13
14
14
[ crates-badge ] : https://img.shields.io/crates/v/tracing-core.svg
15
- [ crates-url ] : https://crates.io/crates/tracing-core/0.1.7
15
+ [ crates-url ] : https://crates.io/crates/tracing-core/0.1.8
16
16
[ docs-badge ] : https://docs.rs/tracing-core/badge.svg
17
- [ docs-url ] : https://docs.rs/tracing-core/0.1.7
17
+ [ docs-url ] : https://docs.rs/tracing-core/0.1.8
18
18
[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
19
19
[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_core
20
20
[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
@@ -71,24 +71,24 @@ The following crate feature flags are available:
71
71
72
72
``` toml
73
73
[dependencies ]
74
- tracing-core = { version = " 0.1.7 " , default-features = false }
74
+ tracing-core = { version = " 0.1.8 " , default-features = false }
75
75
```
76
76
77
77
* Compiler support: requires rustc 1.39+*
78
78
79
79
** Note** :` tracing-core ` 's ` no_std ` support requires ` liballoc ` .
80
80
81
81
[ `tracing` ] : ../tracing
82
- [ `span::Id` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/span/struct.Id.html
83
- [ `Event` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/event/struct.Event.html
84
- [ `Subscriber` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/subscriber/trait.Subscriber.html
85
- [ `Metadata` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/metadata/struct.Metadata.html
86
- [ `Callsite` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/callsite/trait.Callsite.html
87
- [ `Field` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/field/struct.Field.html
88
- [ `FieldSet` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/field/struct.FieldSet.html
89
- [ `Value` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/field/trait.Value.html
90
- [ `ValueSet` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/field/struct.ValueSet.html
91
- [ `Dispatch` ] : https://docs.rs/tracing-core/0.1.7 /tracing_core/dispatcher/struct.Dispatch.html
82
+ [ `span::Id` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/span/struct.Id.html
83
+ [ `Event` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/event/struct.Event.html
84
+ [ `Subscriber` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/subscriber/trait.Subscriber.html
85
+ [ `Metadata` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/metadata/struct.Metadata.html
86
+ [ `Callsite` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/callsite/trait.Callsite.html
87
+ [ `Field` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/field/struct.Field.html
88
+ [ `FieldSet` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/field/struct.FieldSet.html
89
+ [ `Value` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/field/trait.Value.html
90
+ [ `ValueSet` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/field/struct.ValueSet.html
91
+ [ `Dispatch` ] : https://docs.rs/tracing-core/0.1.8 /tracing_core/dispatcher/struct.Dispatch.html
92
92
93
93
## License
94
94
0 commit comments