From f952593e27a2ea8222f2a0d3fa545654ce073c6b Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 11:55:16 +0400 Subject: chore(toolchain): limit installed targets to windows --- rust-toolchain.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'rust-toolchain.toml') 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", ] -- cgit v1.2.3