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.
1 parent ffa11c7 commit a86c6ecCopy full SHA for a86c6ec
.mise.toml
@@ -7,7 +7,7 @@ RUSTC_WRAPPER = "sccache"
7
ASDF_RUST_PROFILE = "minimal"
8
9
[tools]
10
-rust = '1.75.0'
+rust = '1.80.0'
11
just = '1'
12
grpcurl = '*'
13
# grpc-health-probe = "*"
Cargo.toml
@@ -19,7 +19,7 @@ authors = ["David Bernard"]
19
license = "CC0-1.0"
20
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
21
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
22
-rust-version = "1.75.0"
+rust-version = "1.80.0"
23
24
[workspace.dependencies]
25
http = "^1"
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.75.0"
+channel = "1.80.0"
0 commit comments