Skip to content

v0.3.8

Compare
Choose a tag to compare
@laumann laumann released this 13 Mar 10:48
· 273 commits to master since this release

This release is a little beefier than usual, so I thought I'd write up some notes.

  • rustc-serialize has been replaced with serde. This also happened in rust-lang/rust#48798.
  • Dependencies winapi and log are updated
  • The dependency on rustc can now be disabled with the norustc feature

Thanks to @messense for the contributions!