File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -321,23 +321,6 @@ This will make an asset similar to our nightly build.
321321
322322Building on Windows is a bit of a tricky process. Here are some helpful tips.
323323
324- #### Nightly Compiler
325-
326- As a few crates require nightly features on Windows, a ` rust-toolchain.toml ` is provided
327- to have rustup use the right compiler version.
328-
329- If for some reason this cannot be used or doesn't kick-in, one can also set an override.
330-
331- ``` shell
332- rustup override add nightly-2024-07-01
333- ```
334-
335- If a stable nightly isn't desired or necessary, the latest nightly compiler can also be used:
336-
337- ``` shell
338- rustup override add nightly
339- ```
340-
341324#### File permissions
342325
343326We use ` pnpm ` , which requires a relatively recent version of Node.js.
You can’t perform that action at this time.
0 commit comments