Skip to content

Commit 8e83728

Browse files
authored
build(deps): realign rust version in mise to MSRV 1.83 (#298)
1 parent e440620 commit 8e83728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OTEL_TRACES_SAMPLER = "always_on"
55
# RUST_LOG = "warn,otel::setup=debug"
66

77
[tools]
8-
rust = { version = "1.91.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
8+
rust = { version = "1.83.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
99
grpcurl = '1.9'
1010
protoc = '33.1'
1111
# grpc-health-probe = "*"

0 commit comments

Comments
 (0)