Skip to content

Releases: dtolnay/trybuild

1.0.91

30 Mar 17:16
1.0.91
bad6950
Compare
Choose a tag to compare
  • Update required Rust version to 1.70 (#262, thanks @csnover)

1.0.90

16 Mar 22:07
1.0.90
17b3666
Compare
Choose a tag to compare
  • Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (#257)

1.0.89

14 Jan 02:30
1.0.89
e8dfc24
Compare
Choose a tag to compare
  • Normalize compiler build date messages (#254)

1.0.88

06 Jan 02:49
1.0.88
52caff6
Compare
Choose a tag to compare
  • Work around dead_code warning false positive (#253)

1.0.87

02 Jan 17:40
1.0.87
0081291
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.86

20 Dec 03:23
1.0.86
a6cbfe8
Compare
Choose a tag to compare

1.0.85

16 Sep 19:37
1.0.85
9692965
Compare
Choose a tag to compare
  • Set thread name to produce better message on panic (#243, #244)

1.0.84

10 Sep 19:23
1.0.84
c26438e
Compare
Choose a tag to compare
  • Stabilize usage of Cargo's --keep-going build mode, which parallelizes test compilation for a significant speedup (rust-lang/cargo#12568, #240)

1.0.83

10 Sep 19:22
1.0.83
eec8ca6
Compare
Choose a tag to compare
  • Improve normalization of code blocks after 'help:' (#238)

1.0.82

21 Jul 05:15
1.0.82
58b2d89
Compare
Choose a tag to compare
  • Documentation improvements