Skip to content

Commit 58e0904

Browse files
djccijothomas
andauthored
Bump MSRV to 1.70 (#2179)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 80771d3 commit 58e0904

File tree

29 files changed

+41
-19
lines changed

29 files changed

+41
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
matrix:
106106
os: [windows-latest, ubuntu-latest]
107-
rust: [1.65.0, 1.71.1]
107+
rust: [1.70.0, 1.71.1]
108108
runs-on: ${{ matrix.os }}
109109
continue-on-error: true
110110
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ analysis in order to understand your software's performance and behavior. You
1717
can export and analyze them using [Prometheus], [Jaeger], and other
1818
observability tools.
1919

20-
*Compiler support: [requires `rustc` 1.65+][msrv]*
20+
*Compiler support: [requires `rustc` 1.70+][msrv]*
2121

2222
[Prometheus]: https://prometheus.io
2323
[Jaeger]: https://www.jaegertracing.io
@@ -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.65. The current OpenTelemetry version is not guaranteed to build
162+
version is 1.70. 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-appender-log/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
6+
57
## v0.26.0
68
Released 2024-Sep-30
79
- Update `opentelemetry` dependency version to 0.26

opentelemetry-appender-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/ope
77
readme = "README.md"
88
keywords = ["opentelemetry", "log", "logs"]
99
license = "Apache-2.0"
10-
rust-version = "1.65"
10+
rust-version = "1.70"
1111
edition = "2021"
1212

1313
[dependencies]

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
6+
57
## v0.26.0
68
Released 2024-Sep-30
79

opentelemetry-appender-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/open-telemetry/opentelemetry-rust/tree/main/ope
88
readme = "README.md"
99
keywords = ["opentelemetry", "log", "logs", "tracing"]
1010
license = "Apache-2.0"
11-
rust-version = "1.65"
11+
rust-version = "1.70"
1212

1313
[dependencies]
1414
log = { workspace = true, optional = true }

opentelemetry-http/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
6+
57
## v0.26.0
68
Released 2024-Sep-30
79

opentelemetry-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/open-telemetry/opentelemetry-rust"
77
keywords = ["opentelemetry", "tracing", "context", "propagation"]
88
license = "Apache-2.0"
99
edition = "2021"
10-
rust-version = "1.65"
10+
rust-version = "1.70"
1111

1212
[features]
1313
hyper = ["dep:http-body-util", "dep:hyper", "dep:hyper-util", "dep:tokio"]

opentelemetry-jaeger-propagator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
6+
57
## v0.26.0
68
Released 2024-Sep-30
79

opentelemetry-jaeger-propagator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
keywords = ["opentelemetry", "jaeger", "propagator"]
1414
license = "Apache-2.0"
1515
edition = "2021"
16-
rust-version = "1.65"
16+
rust-version = "1.70"
1717

1818
[package.metadata.docs.rs]
1919
all-features = true

0 commit comments

Comments
 (0)