Skip to content

Commit 74d6ba0

Browse files
committed
Remove MSRV notes in favor of the Cargo metadata
1 parent 4a6edb8 commit 74d6ba0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ The crate provides the following types:
5050
[`tracing`]: https://crates.io/crates/tracing
5151
[OpenTelemetry]: https://opentelemetry.io/
5252

53-
*Compiler support: [requires `rustc` 1.65+][msrv]*
54-
55-
[msrv]: #supported-rust-versions
56-
5753
## Compatibility with OpenTelemetry crates
5854

5955
Note that version numbers for this crate are **not** synchronized with the
@@ -88,20 +84,6 @@ $ firefox http://localhost:16686/
8884
[`MetricsLayer`]: https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/struct.MetricsLayer.html
8985
[layer]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
9086

91-
## Supported Rust Versions
92-
93-
Tracing Opentelemetry is built against the latest stable release. The minimum
94-
supported version is 1.60. The current Tracing version is not guaranteed to
95-
build on Rust versions earlier than the minimum supported version.
96-
97-
Tracing follows the same compiler support policies as the rest of the Tokio
98-
project. The current stable Rust compiler and the three most recent minor
99-
versions before it will always be supported. For example, if the current stable
100-
compiler version is 1.45, the minimum supported version will not be increased
101-
past 1.42, three minor versions prior. Increasing the minimum supported compiler
102-
version is not considered a semver breaking change as long as doing so complies
103-
with this policy.
104-
10587
## License
10688

10789
This project is licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)