diff options
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d0ead5e..f9cc44b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,9 @@ [toolchain] -channel = "stable" -components = ["clippy", "rustfmt"] +channel = "1.87.0" +components = ["clippy", "rustfmt", "rust-docs"] +targets = [ + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", + "aarch64-apple-darwin", + "x86_64-apple-darwin", +] |
