diff options
author | Tamir Duberstein <tamird@gmail.com> | 2023-11-10 02:50:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 07:50:38 +0000 |
commit | c78b98252a7a6de2df8628adef9515d454c9c3ac (patch) | |
tree | 29c1811ba1097ca93e58fbc80f5d4beda8fd0db3 /README.md | |
parent | bbbdb77a7a64fe7aef5b3dc76076d3f2010daa04 (diff) | |
download | servo-c78b98252a7a6de2df8628adef9515d454c9c3ac.tar.gz servo-c78b98252a7a6de2df8628adef9515d454c9c3ac.zip |
README.md: update reference to rust-toolchain(.toml) (#30715)
See fef332f38552ae8af83cf69993dd6aabdebffd6a.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4484b76e55e..9e6c7563663 100644 --- a/README.md +++ b/README.md @@ -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. 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 |