Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 6cce902

Browse files
authored
Merge pull request #1217 from kubewarden/updatecli_main_9a0d57bc93a1e7b9ecd7683bff87e735b9ad61de58a3916b87a0a3424f5c58d6
2 parents d3dfbd3 + be4e6be commit 6cce902

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

rust-toolchain.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1+
12
[toolchain]
2-
channel = "1.86.0"
3-
components = ["clippy", "rust-analyzer", "rustfmt"]
4-
profile = "minimal"
5-
targets = [
6-
"aarch64-apple-darwin",
7-
"aarch64-unknown-linux-musl",
8-
"x86_64-apple-darwin",
9-
"x86_64-pc-windows-msvc",
10-
"x86_64-unknown-linux-musl",
11-
]
3+
channel = "1.87.0"
4+
components = ["clippy", "rust-analyzer", "rustfmt"]
5+
profile = "minimal"
6+
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-musl", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-musl"]

0 commit comments

Comments
 (0)