-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use upstream nix #16
Use upstream nix #16
Conversation
This is an API change so we also include a major version bump along with this. Signed-off-by: Paul Osborne <[email protected]>
r? @nastevens (rust_highfive has picked a reviewer for you, use r? to override) |
This solves a number of issues and pulls in a variety of changes and improvements to the ioctl macros provided by nix. Signed-off-by: Paul Osborne <[email protected]>
22fa8d9
to
0b89f8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks fine for me. But susurrus would make a better reviewer, because he's more familiar with the ioctl and SPI stuff.
@@ -1,7 +1,7 @@ | |||
language: rust | |||
sudo: false | |||
rust: | |||
- 1.22.1 | |||
- 1.26.0 # MSRV | |||
- stable | |||
- beta |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to test both beta and nightly? anything to decrease CI load is good atm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
This does the underlying work exposed by #15 related to rust-embedded/linux-embedded-hal#17
CC @ryankurte @asomers