What's Changed * fix zig: unsupported list.def by serjflint in https://github.com/rust-cross/cargo-zigbuild/pull/184 * Add support for external cargo subcommand by messense in https://github.com/rust-cross/cargo-zigbuild/pull/196
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