diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 10:55:16 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 10:55:16 +0300 |
| commit | f952593e27a2ea8222f2a0d3fa545654ce073c6b (patch) | |
| tree | d99f01457864dcf6f21ba5df500fb0886a14c835 /rust-toolchain.toml | |
| parent | e166b3afffd9d6579ce01f16fea7d8e27d9b9bf0 (diff) | |
| download | fparkan-f952593e27a2ea8222f2a0d3fa545654ce073c6b.tar.xz fparkan-f952593e27a2ea8222f2a0d3fa545654ce073c6b.zip | |
chore(toolchain): limit installed targets to windows
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8addfa6..e6adb0f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,8 +2,5 @@ channel = "1.97.1" components = ["clippy", "rustfmt", "rust-docs"] targets = [ - "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", - "aarch64-apple-darwin", - "x86_64-apple-darwin", ] |
