Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.11
- Support filtering which test cases are run (#23)
1.0.10
- Display the compile-time println output from macros (#22, thanks @DevinR528)
1.0.9
- Additional normalization: "error: Could not compile `crate-name`" is accepted optionally
1.0.8
- Match cargo test's output more closely
1.0.7
- Make git ignore the wip directory (#20)
1.0.6
- Respect
[patch]
and [replace]
sections in workspace root's Cargo.toml (#3, thanks @regexident)
1.0.5
- Fix dead code warnings when RUSTFLAGS has been overridden (#12)
1.0.4
- Recognize
dev_dependencies
and dev-dependencies
as synonyms, as Cargo does