Tags: nyo16/trie_hard
Tags
Expand Linux target support and improve CI caching - Add support for musl targets (aarch64-unknown-linux-musl, x86_64-unknown-linux-musl) - Add NIF 2.16 support alongside existing 2.15 - Implement Rust dependency caching with Swatinem/rust-cache@v2 - Add Mix dependency caching to speed up builds - Improve build matrix organization for better readability This addresses the user request for expanded Linux compatibility and incorporates caching strategies from the ex_rocket project reference.
Bump version to 0.2.5 - Update version in mix.exs to 0.2.5 - Update CHANGELOG.md with release notes for 0.2.5 - Fix checksum file for precompiled NIFs compatibility This release fixes compilation errors related to missing precompiled NIF checksums. The checksum file will be updated after CI builds the precompiled NIFs for this version.