Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.91
- Update required Rust version to 1.70 (#262, thanks @csnover)
1.0.90
- Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (#257)
1.0.89
- Normalize compiler build date messages (#254)
1.0.88
- Work around
dead_code
warning false positive (#253)
1.0.87
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
1.0.85
- Set thread name to produce better message on panic (#243, #244)
1.0.84
- 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
- Improve normalization of code blocks after 'help:' (#238)
1.0.82
- Documentation improvements