Releases: akarpovskii/build.crab
Releases · akarpovskii/build.crab
v0.1.7
v0.1.6
v0.1.5
Fix build on zig master
v0.1.4
v0.1.3
- Now includes utilities to convert target triples from Zig to Rust.
- Fixed
addCargoBuild
using incorrect target on Windows x86 - New helper function
addRustStaticlib
which combinesaddCargoBuild
andstripSybmols
removing___chkstk_ms
on Windows.
v0.1.2
New helper function that can be used in build.zig.
See the updated usage examples and build.zig for more info.
v0.1.1
New strip_symbols
binary for Windows.
Both Zig and Rust define ___chkstk_ms
with strong linking leading to "duplicate symbols" error during the link stage.
The release adds a new strip_symbols
artifact which strips conflicting symbols from Rust libraries thus making the link successful.
See the updated README.md
for more details.
v0.1.0
Hello world