Provide v2_compat for ToggleableOutputPin#138
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @hannobraun (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
bors r=ryankurte |
Build failed |
|
Fixed tests. |
|
@bors[bot] r? bors r? hm |
|
@hannobraun @ilya-epifanov @thejpster do you have any objections to merging this? |
|
bors r+ |
|
👎 Rejected by too few approved reviews |
|
bors r+ |
Build succeeded |
214: [0.2.x]: Fix warning, remove #[deny(warnings)] but keep check on CI r=ryankurte a=eldruin This fixes #213. Additionally I removed #[deny(warnings)] but added a check for it on CI. I think we should cherry pick #138 to the 0.2.x branch as well and release a 0.2.4 version, since 1.0 will still take a while. I can do that in a separate PR. Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
214: [0.2.x]: Fix warning, remove #[deny(warnings)] but keep check on CI r=ryankurte a=eldruin This fixes #213. Additionally I removed #[deny(warnings)] but added a check for it on CI. I think we should cherry pick #138 to the 0.2.x branch as well and release a 0.2.4 version, since 1.0 will still take a while. I can do that in a separate PR. Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
fixes #137