Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information