Releases: Manishearth/compiletest-rs
Releases · Manishearth/compiletest-rs
v0.3.11
v0.3.10
Although this is a patch release, it actually brings quite a big change: compiletest_rs
can now be used with stable Rust!
This is available through the new stable
feature. Simply enable it and you should be good to go. The default features still require nightly.
Thanks to @messense for the contribution!
v0.3.9
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!