Merge pull request #1780 from davidhewitt/pin-trybuild
ci: downgrade trybuild to 1.0.43
This commit is contained in:
commit
140c090504
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue