You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [docs](https://docs.rs/opentelemetry-appender-log).
38
+
30
39
## Release Notes
31
40
32
41
You can find the release notes (changelog) [here](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-appender-log/CHANGELOG.md).
42
+
43
+
## Supported Rust Versions
44
+
45
+
OpenTelemetry is built against the latest stable release. The minimum supported
46
+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
47
+
on Rust versions earlier than the minimum supported version.
48
+
49
+
The current stable Rust compiler and the three most recent minor versions
50
+
before it will always be supported. For example, if the current stable compiler
51
+
version is 1.49, the minimum supported version will not be increased past 1.46,
52
+
three minor versions prior. Increasing the minimum supported compiler version
53
+
is not considered a semver breaking change as long as doing so complies with
This crate contains generated files from [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto)
7
-
repository and transformation between types from generated files and types defined in [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry).
See [docs](https://docs.rs/opentelemetry-semantic-conventions).
31
+
28
32
## Release Notes
29
33
30
34
You can find the release notes (changelog) [here](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-semantic-conventions/CHANGELOG.md).
0 commit comments