Skip to content

Commit fc97647

Browse files
committed
rename 1.75 to 1.75.0
1 parent d32e1c3 commit fc97647

File tree

35 files changed

+53
-24
lines changed

35 files changed

+53
-24
lines changed

opentelemetry-appender-log/CHANGELOG.md

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

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-11

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.75"
10+
rust-version = "1.75.0"
1111
edition = "2021"
1212

1313
[dependencies]

opentelemetry-appender-tracing/CHANGELOG.md

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

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-11

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.75"
11+
rust-version = "1.75.0"
1212

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

opentelemetry-appender-tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ of telemetry is intentionally left to other tools.
3838
## Supported Rust Versions
3939

4040
OpenTelemetry is built against the latest stable release. The minimum supported
41-
version is 1.75. The current OpenTelemetry version is not guaranteed to build
41+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
4242
on Rust versions earlier than the minimum supported version.
4343

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

opentelemetry-http/CHANGELOG.md

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

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-08

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.75"
10+
rust-version = "1.75.0"
1111

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

opentelemetry-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ of telemetry is intentionally left to other tools.
3434
## Supported Rust Versions
3535

3636
OpenTelemetry is built against the latest stable release. The minimum supported
37-
version is 1.75. The current OpenTelemetry version is not guaranteed to build
37+
version is 1.75.0. The current OpenTelemetry version is not guaranteed to build
3838
on Rust versions earlier than the minimum supported version.
3939

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

opentelemetry-jaeger-propagator/CHANGELOG.md

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

33
## vNext
44

5+
- Bump msrv to 1.75.0.
6+
7+
58
## 0.27.0
69

710
Released 2024-Nov-11

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.75"
16+
rust-version = "1.75.0"
1717

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

0 commit comments

Comments
 (0)