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
A major cleanup + refactoring of the code to bring it into line with the
main starship repo.
- release-please and cargo publishing
- (Build) testing for more platforms (including FreeBSD, musl and ARM)
- Upgraded dependencies
- Depdendabot
- Clippy fixes
- removal of disabled clippy lints
- removal of deprecated std-library item (`mem::uninitialized`)
- add audit-check to CI
Marked as a breaking change because this includes the non-exhaustive
removal from svartalf#2.
davidkna
added a commit
to davidkna/rust-battery
that referenced
this issue
Jul 31, 2023
Currently used
CoreFoundation-sys
andIOKit-sys
crates for MacOS build looks abandoned.CoreFoundation-sys
should be replaced with core-foundation crate by Servo teamIOKit-sys
, similar to those incore-foundation-sys
andcore-foundation
The text was updated successfully, but these errors were encountered: