Skip to content

Commit 7cd190b

Browse files
committed
docs: remove mention of MSRV
1 parent 148eb22 commit 7cd190b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/lib.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
//! [OpenTelemetry]: https://opentelemetry.io
1010
//! [`tracing`]: https://github.com/tokio-rs/tracing
1111
//!
12-
//! *Compiler support: [requires `rustc` 1.65+][msrv]*
13-
//!
14-
//! [msrv]: #supported-rust-versions
15-
//!
1612
//! ### Special Fields
1713
//!
1814
//! Fields with an `otel.` prefix are reserved for this crate and have specific
@@ -91,22 +87,6 @@
9187
//! default*.
9288
//!
9389
//! [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
11090
#![warn(unreachable_pub)]
11191
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0")]
11292
#![doc(

0 commit comments

Comments
 (0)