Skip to content

Commit 90800f1

Browse files
committed
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: rust-lang/rust#79278 (and, I believe, is being used in the Linux daemon)
1 parent a6d4066 commit 90800f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Thelio Io Windows Driver (WORK IN PROGRESS)
22

33
- Install GIT LFS prior to cloning this repository
4-
- Install Rust from https://rustup.rs/
4+
- Install Rust from https://rustup.rs/ 1.53.0 or newer (ie `rustup toolchain install 1.55.0`)
55
- Install Chocolaty from https://chocolatey.org/install
66
- Launch an Administrator Command Prompt and run the following:
77
```

0 commit comments

Comments
 (0)