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

Upgrade nix to 0.24, limit features #73

Open rtzoeller opened 2 years ago

rtzoeller commented 2 years ago

This reduces compile time and removes memoffset as an indirect dependency.

rust-highfive commented 2 years ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ryankurte (or someone else) soon.

Please see the contribution instructions for more information.

rtzoeller commented 2 years ago

To avoid breaking https://github.com/rust-embedded/linux-embedded-hal, I think we'll need to make this change to all of the embedded repos around the same time...

eldruin commented 2 years ago

Hmm, has anybody looked into why the CI is failing?