From 15b8588989df6317c604deb2496585d41d07b487 Mon Sep 17 00:00:00 2001 From: Mikkel Kjeldsen Date: Tue, 14 Apr 2020 20:38:02 +0200 Subject: [PATCH] Document de-facto MSRV See commit ad45f8a ("Integrate GitHub Actions", 2020-04-14) for details about this bump. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98ccf28..94b306d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ build the project from source read along. You will need: -* the Rust compiler toolchain, stable >=1.34 or nightly (build) +* the Rust compiler toolchain, stable >=1.36 or nightly (build) * XNVCtrl; static (build only) or dynamic (build and runtime) * Xlib (build and runtime) * Xext (build and runtime) @@ -43,7 +43,7 @@ completely untested on FreeBSD (bug reports are welcome). You will need: -* the Rust compiler toolchain, stable >=1.15 or nightly. Be adviced that you +* the Rust compiler toolchain, stable >=1.40 or nightly. Be advised that you need the **MSVC ABI** version of the toolchain not GNU. In order to target the MSVC ABI for Rust you will also need the [Visual C++ build tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017)