Releases: dtolnay/trybuild
Releases · dtolnay/trybuild
1.0.43
- Replace path to cargo registry with normalized path (#117, thanks @bkchr)
1.0.42
- Prevent concurrent test runs from clashing on project directory (#58, #114)
1.0.41
- Normalize paths of path dependencies outside of current crate's workspace (#107, #110, thanks @weiznich)
1.0.40
- Fix compatibility with sccache by respecting test-time
CARGO
environment variable over build-time one (#111, thanks @rexhoffman)
1.0.39
- Preserve any other
patch
fields from workspace .toml (#109, thanks @jlas)
1.0.38
- Attempt to build tests with the same versions of all dependencies as workspace lockfile (#53)
1.0.37
- Restore compatibility with Rust 1.31 (#101)
1.0.36
- Perform case insensitive comparison for path replacements to normalize platform-dependent stderr on case insensitive filesystems (#73)
1.0.35
- Propagate --target flag from cargo test invocation (#61)
1.0.34
- Allow passing TestCases inside catch_unwind