From 94cd5cc822ee2694fbc8f4af5b92339044ba97e1 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Sun, 5 Mar 2023 10:35:46 +0100 Subject: [PATCH] Updated Building binary (markdown) --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index 195babc..c10603d 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -1,5 +1,5 @@ --- -> :information_source: **NOTE:** The (**MSRV**) Minimum Support Rust Version policy is **N-2**, which means that if the current Rust version is **v1.67**, we support building with **v1.65**, and when **v1.69** is stable, the MSRV would be **v1.67**.
+> :information_source: **NOTE:** The (**MSRV**) Minimum Support Rust Version policy is **N-2**, which means that if the current Rust version is **v1.67**, we support building with **v1.65**, and when **v1.69** is stable, then the MSRV would be **v1.67**.
That means that new Rust features which come to stable can not be used once a new stable has been released, but have to wait for two more releases.
To be sure you are using the stable version we strongly suggest to use [rustup](https://rustup.rs/) which makes installing and updating Rust very easy.
Any version below the MSRV will generate a warning, and you are on your own when forcing to build with an older version.