Skip to content

Releases: dtolnay/trybuild

1.0.41

14 Feb 07:50
1.0.41
380a767
Compare
Choose a tag to compare
  • Normalize paths of path dependencies outside of current crate's workspace (#107, #110, thanks @weiznich)

1.0.40

02 Feb 23:13
1.0.40
f1736a3
Compare
Choose a tag to compare
  • Fix compatibility with sccache by respecting test-time CARGO environment variable over build-time one (#111, thanks @rexhoffman)

1.0.39

27 Jan 00:19
1.0.39
8416022
Compare
Choose a tag to compare
  • Preserve any other patch fields from workspace .toml (#109, thanks @jlas)

1.0.38

20 Dec 08:27
1.0.38
021facb
Compare
Choose a tag to compare
  • Attempt to build tests with the same versions of all dependencies as workspace lockfile (#53)

1.0.37

14 Dec 05:15
1.0.37
80f39b9
Compare
Choose a tag to compare
  • Restore compatibility with Rust 1.31 (#101)

1.0.36

14 Dec 05:03
1.0.36
a28ed3a
Compare
Choose a tag to compare
  • Perform case insensitive comparison for path replacements to normalize platform-dependent stderr on case insensitive filesystems (#73)

1.0.35

15 Sep 15:42
1.0.35
b2c16a7
Compare
Choose a tag to compare
  • Propagate --target flag from cargo test invocation (#61)

1.0.34

11 Sep 06:03
1.0.34
3ae9a1d
Compare
Choose a tag to compare
  • Allow passing TestCases inside catch_unwind

1.0.33

26 Aug 02:54
1.0.33
a4c15fc
Compare
Choose a tag to compare

1.0.32

09 Aug 23:43
1.0.32
bac69bd
Compare
Choose a tag to compare
  • Omit line numbers from $WORKSPACE errors (#83, #85)