You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce dependencies and supply chain attack, I suggest replacing void::Void with the stable core::convert::Infallible.
This is a breaking change. However, it is a limited breaking change because void::Void is used by a single function in the rp235x-hal crate and the rp2040-hal crate.