Skip to content

Releases: dtolnay/trybuild

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)

1.0.71

09 Oct 02:34
1.0.71
a252a22
Compare
Choose a tag to compare
  • Fix some cases where unusual compiler output could cause trybuild's normalization heuristic to crash

1.0.70

08 Oct 18:51
1.0.70
7aabcce
Compare
Choose a tag to compare
  • Normalize "and $N others" in "the following other types implement trait" error messages (#198, thanks @mejrs)

1.0.69

06 Oct 16:58
1.0.69
3900615
Compare
Choose a tag to compare
  • Fix handling of "dep:" dependencies when referring to a target-dependent dependency in cargo's [target.'cfg(…)'.dependencies] syntax (#197)

1.0.68

06 Oct 16:56
1.0.68
0b9bcba
Compare
Choose a tag to compare
  • Fix build error when a crate feature and an optional dependency and a non-optional dev-dependency all 3 have the same name (#196)

1.0.67

06 Oct 05:12
1.0.67
86c37ac
Compare
Choose a tag to compare
  • Fix "optional dependency is not included in any features" error when using cargo 1.60.0's "namespaced features" syntax (#171)