Releases: lu-zero/cargo-c
Releases Β· lu-zero/cargo-c
v0.10.19
Version bumps
- cargo 0.93.0
- object 0.38.0
New features
- Cygwin support by @lazka in #500
- Android aarch64 releases by @rhythmcache in #505
New Contributors
- @rhythmcache made their first contribution in #505
Full Changelog: v0.10.18...v0.10.19
v0.10.18
v0.10.17
v0.10.16
v0.10.15
Fixes
- Fix non-POSIX paths in Libdir under Windows by @amyspark
- Fix static_libraries swallowing sequence of -framework flags by @amyspark
- Rust integration tests now can link and run fine by @lu-zero
New features
- Allow disabling emission of library version constants in header files by @sd-collins
Version Bumps
- implib 0.4.0
- cargo 0.90
New Contributors
- @sd-collins made their first contribution in #479
Full Changelog: v0.10.14...v0.10.15
v0.10.14
v0.10.13
v0.10.12
v0.10.11
v0.10.10
cargo 0.86- Make sure the implib version in use does not produce faulty libraries on certain Windows targets
- Changing
package.metadata.capiwill trigger a rebuild - Change a little the hashing logic to make sure the generated files match the compiled rust code
Thanks to @amyspark and @kleisauke for the precious help with the Windows issues