Skip to content

Commit b0df235

Browse files
committed
⬆️ upgrade rust to 1.73.0
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
1 parent 3fe6793 commit b0df235

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUSTC_WRAPPER = "sccache"
77
ASDF_RUST_PROFILE = "minimal"
88

99
[tools]
10-
rust = '1.72.1'
10+
rust = '1.73.0'
1111
just = '1'
1212
grpcurl = '*'
1313
grpc-health-probe = "*"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors = ["David Bernard"]
1919
license = "CC0-1.0"
2020
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
2121
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
22-
rust-version = "1.72"
22+
rust-version = "1.73.0"
2323

2424
[workspace.dependencies]
2525
http = "^1"

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_install_cargo-binstall:
22
# 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)
44

55
_binstall ARG: _install_cargo-binstall
66
cargo binstall -y {{ARG}} || cargo install --locked {{ARG}}

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.72.1"
2+
channel = "1.73.0"

0 commit comments

Comments
 (0)