Skip to content

Releases: dtolnay/trybuild

1.0.31

30 Jul 17:48
1.0.31
cec47c6
Compare
Choose a tag to compare
  • Normalize platform-dependent dir separators in type names of closures (#81, thanks @erickt)

1.0.30

30 Jul 17:47
1.0.30
3098d26
Compare
Choose a tag to compare
  • Documentation improvements

1.0.29

30 Jul 17:47
1.0.29
e5a54ec
Compare
Choose a tag to compare
  • Show more helpful error when a cargo metadata invocation fails (#78)

1.0.28

01 Jun 02:27
1.0.28
5c9ebd7
Compare
Choose a tag to compare
  • Normalize absolute paths that point into the host's rustup rust-src component (#74)

1.0.27

08 May 03:13
1.0.27
23767de
Compare
Choose a tag to compare
  • Normalize away trailing whitespace before writing stderr files; trailing whitespace is problematic because some editors will throw it away on save

1.0.26

26 Apr 19:10
1.0.26
60b42f1
Compare
Choose a tag to compare
  • Normalize some instances of Windows path separators (#66)

1.0.25

08 Apr 16:46
1.0.25
b097347
Compare
Choose a tag to compare
  • Pass the same --features argument across all invocations of cargo build (#59, thanks @hannobraun)

1.0.24

10 Mar 20:16
1.0.24
9e0884f
Compare
Choose a tag to compare
  • Force lockfile generation to be more resilient to stale dependencies (#54, thanks @ascjones)

1.0.23

21 Feb 06:16
1.0.23
5d979f9
Compare
Choose a tag to compare

1.0.22

19 Feb 19:33
1.0.22
82e3722
Compare
Choose a tag to compare
  • Mention TRYBUILD=overwrite in the error message when a compile-fail test fails (#49)