From 13296f9a3caf4519366f4e538327bdce44fab210 Mon Sep 17 00:00:00 2001 From: Rafael Riedel <41793+rafo@users.noreply.github.com> Date: Fri, 25 Nov 2022 21:05:57 +0100 Subject: [PATCH] Update README.md Just added ```rustup update``` since the installation throws some errors if rust isn't up-to-date. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ced59b1..0d75a9aa 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ MSRV(Minimum Supported rustc Version): **1.60.0** _Make sure that `gcc` is installed._ +Update Rust: + +``` +rustup update +``` + From crates.io: ```