File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUSTC_WRAPPER = "sccache"
7
7
ASDF_RUST_PROFILE = " minimal"
8
8
9
9
[tools ]
10
- rust = ' 1.72.1 '
10
+ rust = ' 1.73.0 '
11
11
just = ' 1'
12
12
grpcurl = ' *'
13
13
grpc-health-probe = " *"
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.72 "
22
+ rust-version = " 1.73.0 "
23
23
24
24
[workspace .dependencies ]
25
25
http = " ^1"
Original file line number Diff line number Diff line change 1
1
_ install_cargo-binstall :
2
2
# cargo install --locked cargo-binstall
3
- cargo-binstall --version || (curl -L --proto ' =https' --tlsv1.2 -sSf https:// raw.githubusercontent.com/ cargo-bins/ cargo-binstall/ main/ install-from-binstall-release.sh | bash)
3
+ cargo-binstall -V || (curl -L --proto ' =https' --tlsv1.2 -sSf https:// raw.githubusercontent.com/ cargo-bins/ cargo-binstall/ main/ install-from-binstall-release.sh | bash)
4
4
5
5
_ binstall ARG : _install_cargo-binstall
6
6
cargo binstall -y {{ ARG}} || cargo install --locked {{ ARG}}
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.72.1 "
2
+ channel = " 1.73.0 "
You can’t perform that action at this time.
0 commit comments