Pin trybuild to an MSRV-compatible version

This commit is contained in:
Adam Reichold 2023-01-28 18:24:37 +01:00
parent cadcabaf04
commit edaba66c44
1 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,8 @@ def set_minimal_package_versions(session: nox.Session, venv_backend="none"):
# 1.15.0 depends on hermit-abi 0.2.6 which has edition 2021 and breaks 1.48.0
"num_cpus": "1.14.0",
"parking_lot": "0.11.0",
# 1.0.77 needs basic-toml which has edition 2021
"trybuild": "1.0.76",
}
# run cargo update first to ensure that everything is at highest