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
Don't update everything to latest; focus primarily on incompatible (technically
SemVer-breaking) updates. In some cases of compatible updates, older versions
work fine, and allowing a wider range (lower bound) of versions increases
cross-compatibility in the ecosystem.
Note about bindgen: their API change from CargoCallbacks to CargoCallbacks::new()
introduced a semantic change that recompiled headers repeatedly. Neither deprecation
notice nor API docs mention this, but old behavior can be restored via flag.
Added some comments about why this behavior is customized (infinite rebuild loop).
0 commit comments