Skip to content

Commit 2e6bbf1

Browse files
committed
Update DEVELOPMENT.md for Windows builds
1 parent dc6e5be commit 2e6bbf1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

DEVELOPMENT.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -321,23 +321,6 @@ This will make an asset similar to our nightly build.
321321

322322
Building 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

343326
We use `pnpm`, which requires a relatively recent version of Node.js.

0 commit comments

Comments
 (0)