Skip to content

Commit d05489b

Browse files
authored
docs: update msrv to 1.49 to align with the CI (#749)
1 parent e09392d commit d05489b

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analysis in order to understand your software's performance and behavior. You
2525
can export and analyze them using [Prometheus], [Jaeger], and other
2626
observability tools.
2727

28-
*Compiler support: [requires `rustc` 1.46+][msrv]*
28+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2929

3030
[Prometheus]: https://prometheus.io
3131
[Jaeger]: https://www.jaegertracing.io

opentelemetry-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analysis in order to understand your software's performance and behavior. You
2525
can export and analyze them using [Prometheus], [Jaeger], and other
2626
observability tools.
2727

28-
*Compiler support: [requires `rustc` 1.46+][msrv]*
28+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2929

3030
[Prometheus]: https://prometheus.io
3131
[Jaeger]: https://www.jaegertracing.io

opentelemetry-api/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! services to capture distributed traces and metrics from your application. You
33
//! can analyze them using [Prometheus], [Jaeger], and other observability tools.
44
//!
5-
//! *Compiler support: [requires `rustc` 1.46+][msrv]*
5+
//! *Compiler support: [requires `rustc` 1.49+][msrv]*
66
//!
77
//! [Prometheus]: https://prometheus.io
88
//! [Jaeger]: https://www.jaegertracing.io
@@ -11,7 +11,7 @@
1111
//! ## Supported Rust Versions
1212
//!
1313
//! OpenTelemetry is built against the latest stable release. The minimum
14-
//! supported version is 1.46. The current OpenTelemetry version is not
14+
//! supported version is 1.49. The current OpenTelemetry version is not
1515
//! guaranteed to build on Rust versions earlier than the minimum supported
1616
//! version.
1717
//!

opentelemetry-http/README.md

Lines changed: 1 addition & 1 deletion
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 HTTP client interface for use by trace exporters, as well as
2222
helper types to inject and extract key value pairs into/from HTTP headers.
2323

24-
*Compiler support: [requires `rustc` 1.46+][msrv]*
24+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2525

2626
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry
2727
[msrv]: #supported-rust-versions

opentelemetry-jaeger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ analysis in order to understand your software's performance and behavior. This
2323
crate provides a trace pipeline and exporter for sending span information to a
2424
Jaeger `agent` or `collector` endpoint for processing and visualization.
2525

26-
*Compiler support: [requires `rustc` 1.46+][msrv]*
26+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2727

2828
[`Jaeger`]: https://www.jaegertracing.io/
2929
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry

opentelemetry-jaeger/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! `agent` or `collector` endpoint. See the [Jaeger Docs] for details
33
//! about Jaeger and deployment information.
44
//!
5-
//! *Compiler support: [requires `rustc` 1.46+][msrv]*
5+
//! *Compiler support: [requires `rustc` 1.49+][msrv]*
66
//!
77
//! [Jaeger Docs]: https://www.jaegertracing.io/docs/
88
//! [msrv]: #supported-rust-versions
@@ -208,7 +208,7 @@
208208
//! ## Supported Rust Versions
209209
//!
210210
//! OpenTelemetry is built against the latest stable release. The minimum
211-
//! supported version is 1.46. The current OpenTelemetry version is not
211+
//! supported version is 1.49. The current OpenTelemetry version is not
212212
//! guaranteed to build on Rust versions earlier than the minimum supported
213213
//! version.
214214
//!

opentelemetry-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analysis in order to understand your software's performance and behavior. You
2525
can export and analyze them using [Prometheus], [Jaeger], and other
2626
observability tools.
2727

28-
*Compiler support: [requires `rustc` 1.46+][msrv]*
28+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2929

3030
[Prometheus]: https://prometheus.io
3131
[Jaeger]: https://www.jaegertracing.io

opentelemetry-zipkin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ analysis in order to understand your software's performance and behavior. This
2323
crate provides a trace pipeline and exporter for sending span information to a
2424
Zipkin collector for processing and visualization.
2525

26-
*Compiler support: [requires `rustc` 1.46+][msrv]*
26+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2727

2828
[`Zipkin`]: https://zipkin.io/
2929
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry

opentelemetry-zipkin/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! Collects OpenTelemetry spans and reports them to a given Zipkin collector
44
//! endpoint. See the [Zipkin Docs] for details and deployment information.
55
//!
6-
//! *Compiler support: [requires `rustc` 1.46+][msrv]*
6+
//! *Compiler support: [requires `rustc` 1.49+][msrv]*
77
//!
88
//! [Zipkin Docs]: https://zipkin.io/
99
//! [msrv]: #supported-rust-versions
@@ -159,7 +159,7 @@
159159
//! ## Supported Rust Versions
160160
//!
161161
//! OpenTelemetry is built against the latest stable release. The minimum
162-
//! supported version is 1.46. The current OpenTelemetry version is not
162+
//! supported version is 1.49. The current OpenTelemetry version is not
163163
//! guaranteed to build on Rust versions earlier than the minimum supported
164164
//! version.
165165
//!

opentelemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analysis in order to understand your software's performance and behavior. You
2525
can export and analyze them using [Prometheus], [Jaeger], and other
2626
observability tools.
2727

28-
*Compiler support: [requires `rustc` 1.46+][msrv]*
28+
*Compiler support: [requires `rustc` 1.49+][msrv]*
2929

3030
[Prometheus]: https://prometheus.io
3131
[Jaeger]: https://www.jaegertracing.io

0 commit comments

Comments
 (0)