Skip to content

Commit 10e5d03

Browse files
committed
fix(deps): MSRV bump rust to 1.91
required by release-plz
1 parent dd7812d commit 10e5d03

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OTEL_TRACES_SAMPLER = "always_on"
1515
# ]
1616

1717
[tools]
18-
rust = { version = "1.88.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
18+
rust = { version = "1.91.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
1919
grpcurl = "1.9"
2020
protoc = "34.0"
2121
# grpc-health-probe = "*"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["target"]
1414
[workspace.package]
1515
version = "0.32.0"
1616
edition = "2024"
17-
rust-version = "1.88.0"
17+
rust-version = "1.91.0"
1818
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
1919
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
2020
license = "CC0-1.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.88.0"
2+
channel = "1.91.0"

0 commit comments

Comments
 (0)