-
Notifications
You must be signed in to change notification settings - Fork 46
Document MSRV 1.32.0 and test it on CI #41
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
Conversation
r? @posborne (rust_highfive has picked a reviewer for you, use r? to override) |
Thanks @eldruin, sorry for the delay in review. |
bors r+ |
41: Document MSRV 1.32.0 and test it on CI r=posborne a=eldruin See: rust-embedded/wg#445 Co-authored-by: Diego Barrios Romero <[email protected]>
Build failed: |
Hmm, it does not compile on 1.32.0 due to |
Ping @rust-embedded/embedded-linux, perhaps we could get this merged even at 1.40.0? |
@eldruin There's a new version of gpio_cdev published that drops error-chain which would be another option, but I have no problem with moving to 1.40.0 for the MSRV here either. |
42: Update gpio-cdev and add MSRV r=posborne a=eldruin Using `gpio-cdev` 0.3 we have a MSRV of 1.36.0 due to `nix`. This superseeds #41 Co-authored-by: Diego Barrios Romero <[email protected]>
See: rust-embedded/wg#445