diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c4bd27c80..aebc2ae57 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,9 +1,3 @@ [toolchain] # Anything in the latest stable version of rust is fine to use. channel = "stable" -targets = [ - "x86_64-apple-darwin", - "x86_64-pc-windows-gnu", - "x86_64-pc-windows-msvc", - "x86_64-unknown-linux-gnu", -]