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 ba07fdb commit e717747Copy full SHA for e717747
.mise.toml
@@ -8,7 +8,7 @@ ASDF_RUST_PROFILE = "minimal"
8
# RUST_LOG = "warn,otel::setup=debug"
9
10
[tools]
11
-rust = '1.81.0'
+rust = '1.82.0'
12
just = '1'
13
grpcurl = '1.9'
14
protoc = '30.2'
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.81.0"
+rust-version = "1.82.0"
23
24
[workspace.dependencies]
25
assert2 = "0.3"
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.81.0"
+channel = "1.82.0"
0 commit comments