Merge pull request #1780 from davidhewitt/pin-trybuild

ci: downgrade trybuild to 1.0.43
This commit is contained in:
David Hewitt 2021-08-11 09:26:41 +01:00 committed by GitHub
commit 140c090504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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