diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-17 09:15:36 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-17 10:17:57 +0100 |
commit | b5c310844efcd4aabb88979f93f5ec6b2ec7cd61 (patch) | |
tree | 28537a3f799b8742a35b28c6ae431e2b72ee0868 | |
parent | 3c8f396f21dc75f733ef5eefe99afd0e9e798f40 (diff) | |
download | ntw-b5c310844efcd4aabb88979f93f5ec6b2ec7cd61.tar.gz ntw-b5c310844efcd4aabb88979f93f5ec6b2ec7cd61.tar.bz2 |
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.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |