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
It appears that bindgen generates the code for the latest known stable
by default, and the output has changed in 0.71 when targeting 1.82+ due
to introduction of `unsafe extern` blocks.
Restore the compilation with MSRV by passing explicit RustTarget to
bindgen.
0 commit comments