From b5c310844efcd4aabb88979f93f5ec6b2ec7cd61 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 17 Dec 2019 09:15:36 +0000 Subject: Document the MSRV in the readme Due to the static_assertions dependency, we require Rust 1.37.0 or later. This patch adds this information to the readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8946434..587e972 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ If this does not work, check the output of `dmesg`, `lsusb` and `usbhid-dump`. [usb]: http://esd.cs.ucr.edu/webres/usb11.pdf [hid]: https://www.usb.org/sites/default/files/documents/hid1_11.pdf +## Minimum Supported Rust Version + +This crate requires Rust 1.37.0 or later. + ## Contact For bug reports, patches, feature requests or other messages, please send a -- cgit v1.2.3