Skip to content

Releases: dtolnay/trybuild

1.0.81

04 Jul 17:18
1.0.81
6ebfd13
Compare
Choose a tag to compare
Release 1.0.81

1.0.80

20 Mar 11:58
1.0.80
a408546
Compare
Choose a tag to compare
  • Improve normalization of error messages when using Cargo sparse registry protocol (#227, thanks @MingweiSamuel0)

1.0.79

05 Mar 22:55
1.0.79
3e2da69
Compare
Choose a tag to compare
  • Use the more preferred .cargo/config.toml for configuring generated test package, rather than .cargo/config (#226)

1.0.78

05 Mar 04:01
1.0.78
b9b3c7f
Compare
Choose a tag to compare
  • Normalize paths which refer to rustc's build directory: /rustc/c5c7d2b37780dac1092e75f12ab97dd56c30861d/library/core/src/fmt/mod.rs:786:1 (#224, thanks @schreter)

1.0.77

05 Mar 03:59
1.0.77
44d2b11
Compare
Choose a tag to compare
Release 1.0.77

1.0.76

15 Jan 22:57
1.0.76
696423a
Compare
Choose a tag to compare

1.0.75

07 Jan 20:00
1.0.75
3d934ef
Compare
Choose a tag to compare

1.0.74

04 Jan 22:30
1.0.74
8e463e8
Compare
Choose a tag to compare

1.0.73

17 Dec 19:58
1.0.73
1a87f1f
Compare
Choose a tag to compare
  • Documentation improvements

1.0.72

27 Nov 23:48
1.0.72
8d2c9e5
Compare
Choose a tag to compare
  • Fix a warning when using trybuild from a test-only Cargo package, i.e. without a library target (#208)