Skip to content

Commit e9a0800

Browse files
authored
Merge branch 'main' into cijothomas/otlp-nits
2 parents 8cdbd95 + 6d7a16c commit e9a0800

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Registry](https://opentelemetry.io/ecosystem/registry/?language=rust).
159159
## Supported Rust Versions
160160

161161
OpenTelemetry is built against the latest stable release. The minimum supported
162-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
162+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
163163
on Rust versions earlier than the minimum supported version.
164164

165165
The current stable Rust compiler and the three most recent minor versions

opentelemetry-http/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ analysis in order to understand your software's performance and behavior. This
1818
crate provides a HTTP client interface for use by trace exporters, as well as
1919
helper types to inject and extract key value pairs into/from HTTP headers.
2020

21-
*Compiler support: [requires `rustc` 1.64+][msrv]*
21+
*Compiler support: [requires `rustc` 1.65+][msrv]*
2222

2323
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry
2424
[msrv]: #supported-rust-versions
2525

2626
## Supported Rust Versions
2727

2828
OpenTelemetry is built against the latest stable release. The minimum supported
29-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
29+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
3030
on Rust versions earlier than the minimum supported version.
3131

3232
The current stable Rust compiler and the three most recent minor versions

opentelemetry-jaeger-propagator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generate, collect, and export telemetry data (metrics, logs, and traces) for
1919
analysis in order to understand your software's performance and behavior. This
2020
crate provides the ability to create and interact with a Jaeger propagator.
2121

22-
*Compiler support: [requires `rustc` 1.64+][msrv]*
22+
*Compiler support: [requires `rustc` 1.65+][msrv]*
2323

2424
[`Jaeger`]: https://www.jaegertracing.io/
2525
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry
@@ -28,7 +28,7 @@ crate provides the ability to create and interact with a Jaeger propagator.
2828
## Supported Rust Versions
2929

3030
OpenTelemetry is built against the latest stable release. The minimum supported
31-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
31+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
3232
on Rust versions earlier than the minimum supported version.
3333

3434
The current stable Rust compiler and the three most recent minor versions

opentelemetry-jaeger/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ analysis in order to understand your software's performance and behavior. This
3535
crate provides a trace pipeline and exporter for sending span information to a
3636
Jaeger `agent` or `collector` endpoint for processing and visualization.
3737

38-
*Compiler support: [requires `rustc` 1.64+][msrv]*
38+
*Compiler support: [requires `rustc` 1.65+][msrv]*
3939

4040
[`Jaeger`]: https://www.jaegertracing.io/
4141
[jaeger-otlp]: https://medium.com/jaegertracing/introducing-native-support-for-opentelemetry-in-jaeger-eb661be8183c
@@ -167,7 +167,7 @@ fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> {
167167
## Supported Rust Versions
168168

169169
OpenTelemetry is built against the latest stable release. The minimum supported
170-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
170+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
171171
on Rust versions earlier than the minimum supported version.
172172

173173
The current stable Rust compiler and the three most recent minor versions

opentelemetry-otlp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ can easily instrument your applications or systems, no matter their language,
3030
infrastructure, or runtime environment. Crucially, the storage and visualization
3131
of telemetry is intentionally left to other tools.
3232

33-
*Compiler support: [requires `rustc` 1.64+][msrv]*
33+
*Compiler support: [requires `rustc` 1.65+][msrv]*
3434

3535
[Prometheus]: https://prometheus.io
3636
[Jaeger]: https://www.jaegertracing.io
@@ -43,7 +43,7 @@ See [docs](https://docs.rs/opentelemetry-otlp).
4343
## Supported Rust Versions
4444

4545
OpenTelemetry is built against the latest stable release. The minimum supported
46-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
46+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
4747
on Rust versions earlier than the minimum supported version.
4848

4949
The current stable Rust compiler and the three most recent minor versions

opentelemetry-sdk/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ can easily instrument your applications or systems, no matter their language,
2929
infrastructure, or runtime environment. Crucially, the storage and visualization
3030
of telemetry is intentionally left to other tools.
3131

32-
*Compiler support: [requires `rustc` 1.64+][msrv]*
32+
*Compiler support: [requires `rustc` 1.65+][msrv]*
3333

3434
[Prometheus]: https://prometheus.io
3535
[Jaeger]: https://www.jaegertracing.io
@@ -104,7 +104,7 @@ See [docs](https://docs.rs/opentelemetry-sdk).
104104
## Supported Rust Versions
105105

106106
OpenTelemetry is built against the latest stable release. The minimum supported
107-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
107+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
108108
on Rust versions earlier than the minimum supported version.
109109

110110
The current stable Rust compiler and the three most recent minor versions

opentelemetry-sdk/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Implements the [`SDK`] component of [OpenTelemetry].
22
//!
3-
//! *Compiler support: [requires `rustc` 1.64+][msrv]*
3+
//! *Compiler support: [requires `rustc` 1.65+][msrv]*
44
//!
55
//! [`SDK`]: https://opentelemetry.io/docs/specs/otel/overview/#sdk
66
//! [OpenTelemetry]: https://opentelemetry.io/docs/what-is-opentelemetry/

opentelemetry-stdout/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ can easily instrument your applications or systems, no matter their language,
2929
infrastructure, or runtime environment. Crucially, the storage and visualization
3030
of telemetry is intentionally left to other tools.
3131

32-
*Compiler support: [requires `rustc` 1.64+][msrv]*
32+
*Compiler support: [requires `rustc` 1.65+][msrv]*
3333

3434
[Prometheus]: https://prometheus.io
3535
[Jaeger]: https://www.jaegertracing.io
@@ -50,7 +50,7 @@ See [docs](https://docs.rs/opentelemetry-stdout).
5050
## Supported Rust Versions
5151

5252
OpenTelemetry is built against the latest stable release. The minimum supported
53-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
53+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
5454
on Rust versions earlier than the minimum supported version.
5555

5656
The current stable Rust compiler and the three most recent minor versions

opentelemetry-zipkin/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ analysis in order to understand your software's performance and behavior. This
2121
crate provides a trace pipeline and exporter for sending span information to a
2222
Zipkin collector for processing and visualization.
2323

24-
*Compiler support: [requires `rustc` 1.64+][msrv]*
24+
*Compiler support: [requires `rustc` 1.65+][msrv]*
2525

2626
[`Zipkin`]: https://zipkin.io/
2727
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry
@@ -104,12 +104,12 @@ available so be sure to match them appropriately.
104104
## Supported Rust Versions
105105

106106
OpenTelemetry is built against the latest stable release. The minimum supported
107-
version is 1.64. The current OpenTelemetry version is not guaranteed to build on
107+
version is 1.65. The current OpenTelemetry version is not guaranteed to build on
108108
Rust versions earlier than the minimum supported version.
109109

110110
The current stable Rust compiler and the three most recent minor versions before
111111
it will always be supported. For example, if the current stable compiler version
112-
is 1.64, the minimum supported version will not be increased past 1.46, three
112+
is 1.49, the minimum supported version will not be increased past 1.46, three
113113
minor versions prior. Increasing the minimum supported compiler version is not
114114
considered a semver breaking change as long as doing so complies with this
115115
policy.

opentelemetry/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ can easily instrument your applications or systems, no matter their language,
2828
infrastructure, or runtime environment. Crucially, the storage and visualization
2929
of telemetry is intentionally left to other tools.
3030

31-
*Compiler support: [requires `rustc` 1.64+][msrv]*
31+
*Compiler support: [requires `rustc` 1.65+][msrv]*
3232

3333
[Prometheus]: https://prometheus.io
3434
[Jaeger]: https://www.jaegertracing.io
@@ -133,7 +133,7 @@ See [docs](https://docs.rs/opentelemetry).
133133
## Supported Rust Versions
134134

135135
OpenTelemetry is built against the latest stable release. The minimum supported
136-
version is 1.64. The current OpenTelemetry version is not guaranteed to build
136+
version is 1.65. The current OpenTelemetry version is not guaranteed to build
137137
on Rust versions earlier than the minimum supported version.
138138

139139
The current stable Rust compiler and the three most recent minor versions

0 commit comments

Comments
 (0)