Skip to content

Releases: lu-zero/cargo-c

v0.10.5

18 Oct 08:42
Compare
Choose a tag to compare
  • cargo 0.83
  • Windows support overhaul with fixes and better CI support (thank you @amyspark and @folkertdev !)
  • Plenty of refactoring, tests (thank you @folkertdev !)
  • Fix link-line support on workspaces with packages with different dependencies (thank you @thiblahute !)
  • Additional small fixes

New Contributors

Full Changelog: v0.10.4...v0.10.5

v0.10.4

05 Sep 17:31
Compare
Choose a tag to compare
  • cargo 0.82.0
  • cbindgen 0.27.0
  • Support no_std crates
  • Always print PKG_CONFIG_PATH on cargo build -v

New Contributors

Thanks

v0.10.3

30 Jul 05:10
Compare
Choose a tag to compare
  • cargo-0.81
  • Add visionOS support, Thanks @bitxeno !

v0.10.2

30 Jun 14:18
Compare
Choose a tag to compare
  • Avoid spurious rebuilds in certain specific configurations

pre-0.10.2

30 Jun 15:13
Compare
Choose a tag to compare
Fix deploy

v0.10.1

27 Jun 12:17
Compare
Choose a tag to compare
  • Do not panic if debug information is absent on windows.
  • Add some more documentation on the new defaults and how to revert back to the previous behavior.

v0.10.0

17 Jun 19:29
Compare
Choose a tag to compare
  • cargo 0.80
  • By default, if not cross-compiling, cargo-c now has the same heuristic to figure out per-platform default directories matching meson (Thank you @amyspark)
  • Additional improvements in dealing with MSVC (Thank you again @amyspark!)

New Contributors

Full Changelog: v0.9.32...v0.10.0

v0.9.32

04 May 07:42
Compare
Choose a tag to compare
  • Improve the android targets support
  • Cargo 0.79.0

v0.9.31

22 Mar 09:21
Compare
Choose a tag to compare
  • Match the beaviour of meson regarding relative paths in the install directories
  • cargo 0.78

v0.9.30

10 Feb 10:18
Compare
Choose a tag to compare
  • tvOS support
  • cargo 0.77

New Contributors