Skip to content

Commit

Permalink
Remove MSRV notes in favor of the Cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 9, 2024
1 parent 575cd01 commit f430448
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ The crate provides the following types:
[`tracing`]: https://crates.io/crates/tracing
[OpenTelemetry]: https://opentelemetry.io/

*Compiler support: [requires `rustc` 1.65+][msrv]*

[msrv]: #supported-rust-versions

## Compatibility with OpenTelemetry crates

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

## Supported Rust Versions

Tracing Opentelemetry is built against the latest stable release. The minimum
supported version is 1.60. The current Tracing version is not guaranteed to
build on Rust versions earlier than the minimum supported version.

Tracing follows the same compiler support policies as the rest of the Tokio
project. The current stable Rust compiler and the three most recent minor
versions before it will always be supported. For example, if the current stable
compiler version is 1.45, the minimum supported version will not be increased
past 1.42, three minor versions prior. Increasing the minimum supported compiler
version is not considered a semver breaking change as long as doing so complies
with this policy.

## License

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

0 comments on commit f430448

Please sign in to comment.