We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mise
1 parent e440620 commit 8e83728Copy full SHA for 8e83728
.mise.toml
@@ -5,7 +5,7 @@ OTEL_TRACES_SAMPLER = "always_on"
5
# RUST_LOG = "warn,otel::setup=debug"
6
7
[tools]
8
-rust = { version = "1.91.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
+rust = { version = "1.83.0", profile = "minimal", components = "rustfmt,clippy" } # the rust tool stack (with cargo, fmt, clippy) to build source
9
grpcurl = '1.9'
10
protoc = '33.1'
11
# grpc-health-probe = "*"
0 commit comments