Skip to content

Releases: thepacketgeek/switchtec-user-sys

v0.4.2

30 Aug 15:13
Compare
Choose a tag to compare
  • Fix build by upgrading to bindgen 0.66.1

v0.4.0

14 Oct 17:11
Compare
Choose a tag to compare

Cleaning up the crate-level namespace:

  • bindgen created types are now in the ffi module.
  • Re-exporting the more common types via the prelude and mrpc modules

v0.3.1

13 Oct 17:58
Compare
Choose a tag to compare

v0.3.0

13 Sep 10:05
Compare
Choose a tag to compare
  • Consolidating the SwitchtecDeviceGuard type into SwitchtecDevice
  • Adding Debug impl for SwitchtecDevice that includes the opened device name

v0.2.1

01 Sep 21:56
Compare
Choose a tag to compare

Adding a Dependencies section to the README and a check for clang in build.rs for a more helpful error when users don't have clang installed

v0.2.0

23 Aug 20:27
Compare
Choose a tag to compare

Reverting switchtec-user submodule to Microsemi/switchtec-user. The submodule was previously pointing at a fork with Generic I/O updates, moving that to a new branch until the fork is either upstreamed or GA.

v0.1.11

22 Aug 14:39
Compare
Choose a tag to compare
Adding action for publishing releases to crates.io