Skip to content

Releases: dtolnay/trybuild

1.0.21

26 Jan 23:02
1.0.21
9b92eb1
Compare
Choose a tag to compare
  • Define --cfg trybuild when building the ui tests; this allows build scripts (via cfg!(trybuild)) and libraries (via #[cfg(trybuild)]) to omit parts that are unneeded for the ui tests

1.0.20

21 Jan 21:12
1.0.20
8e16369
Compare
Choose a tag to compare

1.0.19

25 Dec 22:40
1.0.19
690b86c
Compare
Choose a tag to compare
  • Add experimental support for highlighting the difference between expected and actual compiler output (#41)

1.0.18

25 Nov 01:00
1.0.18
f139d95
Compare
Choose a tag to compare
  • Specify correct minimal versions of dependencies (#37, thanks @mathstuf)

1.0.17

09 Oct 19:13
1.0.17
0b8cd5c
Compare
Choose a tag to compare
  • Clarify warning message when no trybuild tests are enabled

1.0.16

03 Oct 03:18
1.0.16
91ad2fe
Compare
Choose a tag to compare
  • Avoid creating conflicts in the tested crate's target directory on nightly-2019-10-03 and up (rust-lang/cargo#7472)

1.0.15

01 Oct 23:49
1.0.15
e012346
Compare
Choose a tag to compare
  • Normalize separators in $WORKSPACE paths (#32, thanks @dherman)

1.0.14

01 Oct 23:48
1.0.14
2330830
Compare
Choose a tag to compare
  • Normalize workspace-relative paths (#28)

1.0.13

21 Sep 07:06
1.0.13
d2a436f
Compare
Choose a tag to compare
  • Update filter for insignificant lines to take into account the message change in rust-lang/cargo#7369

1.0.12

21 Sep 06:51
1.0.12
471017c
Compare
Choose a tag to compare

yanked