Skip to content

Releases: lu-zero/cargo-c

v0.9.24

27 Aug 13:23
Compare
Choose a tag to compare
  • cargo 0.73.0
  • cbindgen 0.25.0

v0.9.23

09 Aug 13:58
Compare
Choose a tag to compare
  • cargo 0.72.2
  • pinning of a cargo dependency that broke semver.

v0.9.22

18 Jul 18:36
Compare
Choose a tag to compare
  • cargo 0.72.1

v0.9.21

14 Jul 06:09
Compare
Choose a tag to compare
  • pin crates-io to avoid a semver breakage (see #325)

v0.9.20

03 Jun 15:02
Compare
Choose a tag to compare
  • 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.

v0.9.19

24 Apr 09:06
Compare
Choose a tag to compare
  • cargo 0.70

v0.9.18

11 Apr 05:45
Compare
Choose a tag to compare
  • Fix a mistake in the clap4 conversion impacting the windows-gnu target (Thank you @kleisauke !)

v0.9.17

10 Mar 14:46
Compare
Choose a tag to compare
  • cargo 0.69
  • toml 0.7

v0.9.16

27 Jan 09:51
Compare
Choose a tag to compare
  • cargo 0.68

  • toml 0.6

  • Support aarch64 on mingw by @MehdiChinoune

  • Fix flags being set to take arguments by @jbeich

v0.9.15

24 Dec 15:32
Compare
Choose a tag to compare
  • clap 4
  • cargo 0.67
  • Generate paths relative to ${prefix} (Thanks to @sdroege)
  • Make sure the soname entries in plugins are correct (Thanks to @sdroege)
  • Allow larger install_name entries on macOS (Thanks to @nirbheek)