From ecd652cdbb5f34f7a5feefee1730ed1d25f0fe26 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Tue, 9 Nov 2021 12:52:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe99cdb..4eb7b3ca 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ On Ubuntu, these three packages provide the dependencies: `libgtk-3-dev` `libxcb ### For everyone -* Download and install [`rustup`](https://rustup.rs/), selecting either the `nightly` or `stable` toolchain. MFEKglif builds on both as of 11 November 2021. +* Download and install [`rustup`](https://rustup.rs/), selecting either the `nightly` or `stable` toolchain. MFEKglif builds on both as of 7 November 2021. * Pull this repository, and finally… * Compile the project. An example command is in § Contributing; you may also find the provided `Makefile` helpful.