Skip to content

Releases: Hywan/inline-c-rs

0.1.8

08 Oct 07:35
e24acb7
Compare
Choose a tag to compare

What's Changed

  • Fix bug where MSVC linker flags were not handled properly, by @camio in #24
  • Update README.md to alert about possible flakiness when multiple tests are using the same envvar, by @Vibha-Malhotra in #23
  • Fix nightly and #define support, by @Hywan in #26

New Contributors

Full Changelog: 0.1.7...0.1.8

0.1.7

16 Aug 06:13
Compare
Choose a tag to compare

0.1.4

30 Nov 10:11
Compare
Choose a tag to compare

Added

  • Support single-line C macro with #define, #12.

Fixed

  • Correctly clean the object files, #11.

0.1.3

30 Nov 10:12
Compare
Choose a tag to compare

Added

  • Rewrite the entire documentation.

0.1.2

30 Nov 10:13
Compare
Choose a tag to compare

Fixed

  • Fix the order of argument passed to cc on Linux, #4.
  • Fix a typo in the documentation, #3.