From 90800f13a9f9e63f13062991e4fd2a014f2645e2 Mon Sep 17 00:00:00 2001 From: Paul Bransford Date: Fri, 10 Sep 2021 16:15:16 -0400 Subject: [PATCH] add note about rust 1.53 or newer to README.md This is due to the use of "or patterns" inside a match. This was stabilized in rust 1.53: https://github.com/rust-lang/rust/pull/79278 (and, I believe, is being used in the Linux daemon) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff7432..ab58729 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Thelio Io Windows Driver (WORK IN PROGRESS) - Install GIT LFS prior to cloning this repository -- Install Rust from https://rustup.rs/ +- Install Rust from https://rustup.rs/ 1.53.0 or newer (ie `rustup toolchain install 1.55.0`) - Install Chocolaty from https://chocolatey.org/install - Launch an Administrator Command Prompt and run the following: ```