What's Changed * Call `cargo metadata` with `--no-deps` by messense in https://github.com/rust-cross/cargo-zigbuild/pull/166 * Add `libcharset.1.tbd` for Apple targets by messense in https://github.com/rust-cross/cargo-zigbuild/pull/167 * Use `--sysroot` for macOS SDK on zig 0.12.0 by messense in https://github.com/rust-cross/cargo-zigbuild/pull/168 * Use apple_m1 instead of apple_a14 by messense in https://github.com/rust-cross/cargo-zigbuild/pull/169 * A slightly better approach to add weak symbols to the build for musl 1.2.4 by haohaolee in https://github.com/rust-cross/cargo-zigbuild/pull/172 * fix zig: unsupported exported_symbols_list by serjflint in https://github.com/rust-cross/cargo-zigbuild/pull/171 * Fix Windows libcharset linking error on zig 0.12.0 by messense in https://github.com/rust-cross/cargo-zigbuild/pull/173 * typo zig: remove dash by serjflint in https://github.com/rust-cross/cargo-zigbuild/pull/176 * fix zig: unsupported dylib by serjflint in https://github.com/rust-cross/cargo-zigbuild/pull/178
New Contributors * serjflint made their first contribution in https://github.com/rust-cross/cargo-zigbuild/pull/171
What's Changed * Use `gnueabihf` for `powerpc-unknown-linux-gnu` target * Add basic support for WASM by messense in https://github.com/rust-cross/cargo-zigbuild/pull/155
What's Changed * Bump openssl from 0.10.50 to 0.10.55 in /tests/hello-tls by dependabot in https://github.com/rust-cross/cargo-zigbuild/pull/145 * Fix build for aarch64 linux with `-march=armv8-a` by messense in https://github.com/rust-cross/cargo-zigbuild/pull/148