ci: downgrade trybuild to 1.0.43

This commit is contained in:
David Hewitt 2021-08-11 08:24:33 +01:00
parent 76e79d615c
commit c59f518f76
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ serde = {version = "1.0", optional = true}
assert_approx_eq = "1.1.0"
# O.3.5 uses the matches! macro, which isn't compatible with Rust 1.41
criterion = "=0.3.4"
trybuild = "1.0.44"
# Pinned for cargo-llvm-cov, see https://github.com/taiki-e/cargo-llvm-cov/issues/32
trybuild = "1.0.43"
rustversion = "1.0"
proptest = { version = "0.10.1", default-features = false, features = ["std"] }
# features needed to run the PyO3 test suite