Skip to content

Releases: Manishearth/compiletest-rs

v0.3.11

26 Apr 21:19
Compare
Choose a tag to compare
  • filetime dependency updated to version 0.2
  • Enable running "pretty" mode tests. This mode uses -Z flags for the compiler and thus only works on nightly.

Thanks to @Eijebong and @denzp!

v0.3.10

09 Apr 08:14
Compare
Choose a tag to compare

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

26 Mar 12:47
Compare
Choose a tag to compare

v0.3.8

13 Mar 10:48
Compare
Choose a tag to compare

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!