Skip to content

Commit 10dffea

Browse files
committed
add note about rust 1.53 or newer to README.md and bump ./rust-toolchain
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 10dffea

File tree

6 files changed

+35
-2
lines changed

6 files changed

+35
-2
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/thelio-io-windows.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
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
```

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.50.0
1+
1.55.0

0 commit comments

Comments
 (0)