v0.3.8
This release is a little beefier than usual, so I thought I'd write up some notes.
rustc-serialize
has been replaced withserde
. This also happened in rust-lang/rust#48798.- Dependencies
winapi
andlog
are updated - The dependency on rustc can now be disabled with the
norustc
feature
Thanks to @messense for the contributions!