Skip to content

Commit 20d0c95

Browse files
committed
chore(deps): upgrade MSRV to 1.81 (rust minimal version)
to be compatible with upcoming updates of some tools & lib
1 parent 77555af commit 20d0c95

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.mise.toml

+1-1
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.80.0'
11+
rust = '1.81.0'
1212
just = '1'
1313
grpcurl = '1.9'
1414
protoc = '29.3'

Cargo.toml

+1-1
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.80.0"
22+
rust-version = "1.81.0"
2323

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

justfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ _binstall +ARGS: _install_cargo-binstall
88
_install_cargo-deny:
99
@just _binstall cargo-deny
1010

11-
# 0.9.85 to be compatible with Rust 1.80 (MSVR)
1211
_install_cargo-nextest:
13-
@just _binstall cargo-nextest --version 0.9.85
12+
@just _binstall cargo-nextest # --version 0.9.85 to be compatible with Rust 1.80 (MSRV)
1413

1514
_install_cargo-insta:
1615
@just _binstall cargo-insta

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.80.0"
2+
channel = "1.81.0"

0 commit comments

Comments
 (0)