Skip to content

Releases: dtolnay/trybuild

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

1.0.11

05 Aug 07:21
1.0.11
0fad42f
Compare
Choose a tag to compare
  • Support filtering which test cases are run (#23)

1.0.10

30 Jul 15:25
1.0.10
fb515d3
Compare
Choose a tag to compare
  • Display the compile-time println output from macros (#22, thanks @DevinR528)

1.0.9

19 Jul 07:10
1.0.9
e5008d6
Compare
Choose a tag to compare
  • Additional normalization: "error: Could not compile `crate-name`" is accepted optionally

1.0.8

16 Jul 17:01
1.0.8
4e2e4a0
Compare
Choose a tag to compare
  • Match cargo test's output more closely

1.0.7

14 Jul 15:20
1.0.7
73294a3
Compare
Choose a tag to compare
  • Make git ignore the wip directory (#20)

1.0.6

22 Jun 07:33
1.0.6
b4f0b4e
Compare
Choose a tag to compare
  • Respect [patch] and [replace] sections in workspace root's Cargo.toml (#3, thanks @regexident)

1.0.5

07 Jun 22:58
1.0.5
d07e4e2
Compare
Choose a tag to compare
  • Fix dead code warnings when RUSTFLAGS has been overridden (#12)

1.0.4

07 Jun 22:58
1.0.4
2b79660
Compare
Choose a tag to compare
  • Recognize dev_dependencies and dev-dependencies as synonyms, as Cargo does