rust-embedded / rust-sysfs-gpio

A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
Apache License 2.0
383 stars 45 forks source link

Bump minimum rustc to 1.26.0 #54

Closed vlvrd closed 5 years ago

vlvrd commented 5 years ago

Tested on my fork, in the branch 'travis' you can find the README badge pointing to my own Travis build where it states that it's passing.

Fixes #53.

posborne commented 5 years ago

LGTM, thanks!