Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@bradfier bradfier released this 04 Feb 16:04
v0.6.0

Maintenance Release

Minor version bump to accommodate a potential breaking change for users of the tibrv-sys subcrate.

Bug Fixes

  • Updated version of bindgen to allow building on Rust 1.39 and greater.
  • Changed treatment of enums from tibrv.h in tibrv-sys, see 801b6ae for explanation. This shouldn't be a change visible outside the -sys crate, but may affect you if you use this crate directly. (This is the reasoning for the full version bump.)