File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 9
9
//! [OpenTelemetry]: https://opentelemetry.io
10
10
//! [`tracing`]: https://github.com/tokio-rs/tracing
11
11
//!
12
- //! *Compiler support: [requires `rustc` 1.65+][msrv]*
13
- //!
14
- //! [msrv]: #supported-rust-versions
15
- //!
16
12
//! ### Special Fields
17
13
//!
18
14
//! Fields with an `otel.` prefix are reserved for this crate and have specific
91
87
//! default*.
92
88
//!
93
89
//! [layer]: tracing_subscriber::layer
94
- //!
95
- //! ## Supported Rust Versions
96
- //!
97
- //! Tracing is built against the latest stable release. The minimum supported
98
- //! version is 1.60. The current Tracing version is not guaranteed to build on
99
- //! Rust versions earlier than the minimum supported version.
100
- //!
101
- //! Tracing follows the same compiler support policies as the rest of the Tokio
102
- //! project. The current stable Rust compiler and the three most recent minor
103
- //! versions before it will always be supported. For example, if the current
104
- //! stable compiler version is 1.45, the minimum supported version will not be
105
- //! increased past 1.42, three minor versions prior. Increasing the minimum
106
- //! supported compiler version is not considered a semver breaking change as
107
- //! long as doing so complies with this policy.
108
- //!
109
- //! [subscriber]: tracing_subscriber::subscribe
110
90
#![ warn( unreachable_pub) ]
111
91
#![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0" ) ]
112
92
#![ doc(
You can’t perform that action at this time.
0 commit comments