Closed kelnos closed 2 years ago
Looks like embedded-hal 1.0.0-alpha.8 uses include_str!()
for doc inclusion, which doesn't appear to be available in rust 1.46.0. I'm fine changing the MSRV; what would you suggest is a good target for it?
Hello,
is there any progress on this?
Thanks for the reminder.
Updating the MSRV to version 1.54.0 would make sense, since that is the version that embedded-hal
1.0 will have (at this time, may increase further).
Ok, 1.54.0 it is!
Thanks! Could you also update the MSRV in the bors.toml file? otherwise this will not merge
Could you also update the MSRV in the bors.toml file? otherwise this will not merge
Done!
Could you also add an entry to the changelog?
Done
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.