Skip to content

Commit a86c6ec

Browse files
committed
⬆️ upgrade to rust 1.80
1 parent ffa11c7 commit a86c6ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
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.75.0'
10+
rust = '1.80.0'
1111
just = '1'
1212
grpcurl = '*'
1313
# grpc-health-probe = "*"

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.75.0"
22+
rust-version = "1.80.0"
2323

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

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.75.0"
2+
channel = "1.80.0"

0 commit comments

Comments
 (0)