From c78b98252a7a6de2df8628adef9515d454c9c3ac Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 10 Nov 2023 02:50:38 -0500 Subject: [PATCH] README.md: update reference to rust-toolchain(.toml) (#30715) See fef332f38552ae8af83cf69993dd6aabdebffd6a. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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