Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Feb 16, 2024
1 parent 7bed71f commit a9256ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opentelemetry-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ From the root directory, run the following command:
```sh
cargo bench
```

## Supported Rust Versions
OpenTelemetry is built against the latest stable release. The minimum supported version is 1.64. The current OpenTelemetry version is not guaranteed to build on Rust versions earlier than the minimum supported version.

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.64, the minimum supported version will not be increased past 1.46, 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.

0 comments on commit a9256ce

Please sign in to comment.