Skip to content

Commit e717747

Browse files
committed
chore(deps): upgrade MSRV to 1.82 (rust minimal version)
to be compatible with updates of some tools & lib
1 parent ba07fdb commit e717747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ASDF_RUST_PROFILE = "minimal"
88
# RUST_LOG = "warn,otel::setup=debug"
99

1010
[tools]
11-
rust = '1.81.0'
11+
rust = '1.82.0'
1212
just = '1'
1313
grpcurl = '1.9'
1414
protoc = '30.2'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors = ["David Bernard"]
1919
license = "CC0-1.0"
2020
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
2121
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
22-
rust-version = "1.81.0"
22+
rust-version = "1.82.0"
2323

2424
[workspace.dependencies]
2525
assert2 = "0.3"

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.81.0"
2+
channel = "1.82.0"

0 commit comments

Comments
 (0)