@@ -50,10 +50,6 @@ The crate provides the following types:
50
50
[ `tracing` ] : https://crates.io/crates/tracing
51
51
[ OpenTelemetry ] : https://opentelemetry.io/
52
52
53
- * Compiler support: [ requires ` rustc ` 1.65+] [ msrv ] *
54
-
55
- [ msrv ] : #supported-rust-versions
56
-
57
53
## Compatibility with OpenTelemetry crates
58
54
59
55
Note that version numbers for this crate are ** not** synchronized with the
@@ -88,20 +84,6 @@ $ firefox http://localhost:16686/
88
84
[ `MetricsLayer` ] : https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/struct.MetricsLayer.html
89
85
[ layer ] : https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
90
86
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
-
105
87
## License
106
88
107
89
This project is licensed under the [ MIT license] ( LICENSE ) .
0 commit comments