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

Tokio doesn't support Rust 1.21.0 #53

Closed vlvrd closed 5 years ago

vlvrd commented 5 years ago

I noticed your build was broken and read that Tokio doesn't support Rust 1.21.0 (https://github.com/tokio-rs/tokio#supported-rust-versions), so the build breaks when compiling lazy_static (https://travis-ci.org/rust-embedded/rust-sysfs-gpio/jobs/485192256).

Should the Rust version be updated? I can help you test a new minimum version.

posborne commented 5 years ago

@vlvrd Absolutely, contributions would be very welcome.