File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ASDF_RUST_PROFILE = "minimal"
8
8
# RUST_LOG = "warn,otel::setup=debug"
9
9
10
10
[tools ]
11
- rust = ' 1.80 .0'
11
+ rust = ' 1.81 .0'
12
12
just = ' 1'
13
13
grpcurl = ' 1.9'
14
14
protoc = ' 29.3'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ authors = ["David Bernard"]
19
19
license = " CC0-1.0"
20
20
homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
21
21
repository = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
22
- rust-version = " 1.80 .0"
22
+ rust-version = " 1.81 .0"
23
23
24
24
[workspace .dependencies ]
25
25
assert2 = " 0.3"
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ _binstall +ARGS: _install_cargo-binstall
8
8
_ install_cargo-deny :
9
9
@ just _binstall cargo-deny
10
10
11
- # 0.9.85 to be compatible with Rust 1.80 (MSVR)
12
11
_ 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)
14
13
15
14
_ install_cargo-insta :
16
15
@ just _binstall cargo-insta
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.80 .0"
2
+ channel = " 1.81 .0"
You can’t perform that action at this time.
0 commit comments