README.md: update reference to rust-toolchain(.toml) (#30715)

See fef332f385.
This commit is contained in:
Tamir Duberstein 2023-11-10 02:50:38 -05:00 committed by GitHub
parent bbbdb77a7a
commit c78b98252a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ The examples below will use Unix, but the same applies to Windows.
Servo's build system uses rustup.rs to automatically download a Rust compiler. Servo's build system uses rustup.rs to automatically download a Rust compiler.
This is a specific version of Rust Nightly determined by the This is a specific version of Rust Nightly determined by the
[`rust-toolchain`](https://github.com/servo/servo/blob/master/rust-toolchain) file. [`rust-toolchain.toml`](https://github.com/servo/servo/blob/master/rust-toolchain.toml) file.
### Normal build ### Normal build