Releases: lu-zero/cargo-c
Releases · lu-zero/cargo-c
v0.9.29
cargo 0.76
toml 0.8
itertools 0.12
v0.9.28
- Add
version_suffix_components
setting to support non-semver compatibility (thank you @kpcyrd !) (see #345)
cargo 0.75.1
- MRSV bumped to rust 1.72
v0.9.26
- bindgen
0.26
- cargo
0.74
- mrsv
1.70
What's Changed
- Fix sover detection for 0-based versioning by @kpcyrd in #346
New Contributors
Full Changelog: v0.9.24...v0.9.26
v0.9.24
- cargo
0.73.0
- cbindgen
0.25.0
v0.9.23
- cargo
0.72.2
- pinning of a cargo dependency that broke semver.
v0.9.21
- pin
crates-io
to avoid a semver breakage (see #325)
v0.9.20
- cargo
0.71
library.import_library
configuration item to disable the generation of the additional import library file on W
- Support for Emscripten (thank you @kleisauke !)
- Undo a workaround on rlib generation to enable LTO on static libraries.