Skip to content

Commit 2f0e49c

Browse files
committed
initial commit
1 parent 2573773 commit 2f0e49c

File tree

24 files changed

+24
-29
lines changed

24 files changed

+24
-29
lines changed

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

1313
[dependencies]

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.70"
11+
rust-version = "1.75"
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.70. The current OpenTelemetry version is not guaranteed to build
41+
version is 1.75. 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/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.70"
10+
rust-version = "1.75"
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.70. The current OpenTelemetry version is not guaranteed to build
37+
version is 1.75. 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/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.70"
16+
rust-version = "1.75"
1717

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

opentelemetry-jaeger-propagator/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.70. The current OpenTelemetry version is not guaranteed to build
37+
version is 1.75. 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-otlp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
keywords = ["opentelemetry", "otlp", "logging", "tracing", "metrics"]
1414
license = "Apache-2.0"
1515
edition = "2021"
16-
rust-version = "1.71.1"
16+
rust-version = "1.75"
1717
autotests = false
1818

1919
[[test]]

opentelemetry-otlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [docs](https://docs.rs/opentelemetry-otlp).
4242
## Supported Rust Versions
4343

4444
OpenTelemetry is built against the latest stable release. The minimum supported
45-
version is 1.71.1. The current OpenTelemetry version is not guaranteed to build
45+
version is 1.75. The current OpenTelemetry version is not guaranteed to build
4646
on Rust versions earlier than the minimum supported version.
4747

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

opentelemetry-prometheus/Cargo.toml

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

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

0 commit comments

Comments
 (0)