Releases: lu-zero/cargo-c
Releases · lu-zero/cargo-c
New bugfix release
- Correct the fingerprint system
- Correctly handle library names with
-
Full rewrite
Update dependencies
- Use cbindgen 0.13.1
Update dependencies
- Use the new cbindgen.
Bugfix release
- Fix the incomplete bsd support (hopefully)
New feature release
- Add support for DragonFly BSD and NetBSD.
- Support correctly crates with dashes in their name.
New feature release
- Add support for FreeBSD
- Use cbindgen 0.11
New bugfix release
- Change dashes to underscores when creating the macro names. (spotted with
rust-av
components)
New feature release
- Embed the version information as macro fields in the header
Bugfix release
- Make sure failures are reported in the program return value